{% trans_default_domain "lcshop" %} {% block page_title %}{{ block('content_title')|striptags|raw }}{% endblock %} {% block head_stylesheets %} {##} {% endblock %} {% block head_custom_stylesheets %} {% endblock head_custom_stylesheets %} {# {% if easyadmin_config('design.brand_color') != 'hsl(230, 55%, 60%)' %} {% endif %} #} {% block head_favicon %} {% set favicon = easyadmin_config('design.assets.favicon') %} {% endblock %} {% block body %} {# #} {% block wrapper_wrapper %}
{% block wrapper %}
{% block flash_messages %} {{ include(_entity_config is defined ? _entity_config.templates.flash_messages : '@EasyAdmin/default/flash_messages.html.twig') }} {% endblock flash_messages %} {% block content_header_wrapper %} {% set _has_content_help = _entity_config is defined and _entity_config[app.request.query.get('action')]['help']|default(false) %}
{% block content_header %}

{% block content_title %}{% endblock %}

{% block global_actions_wrapper %}
{% block global_actions %}{% endblock %}
{% endblock %}
{% block content_help %} {% if _entity_config is defined and _entity_config[app.request.query.get('action')]['help']|default(false) %}
{{ _entity_config[app.request.query.get('action')]['help']|trans(domain = _entity_config.translation_domain)|raw }}
{% endif %} {% endblock content_help %} {% endblock content_header %}
{% endblock content_header_wrapper %}
{% block main %}{% endblock %}
{% block content_footer_wrapper %} {% endblock %}
{% endblock wrapper %}
{% endblock wrapper_wrapper %} {#Initilisation des varibles requis dans le JS #} {% block plugin_javascript %} {% endblock plugin_javascript %} {% block script_javascript %} {% endblock script_javascript %} {% block add_script_javascript %}{% endblock add_script_javascript %} {% endblock body %}