{% trans_default_domain "lcshop" %} {% block page_title %}{{ block('content_title')|striptags|raw }}{% endblock %} {% block head_stylesheets %} {# #} {% endblock %} {% block head_custom_stylesheets %} {% for asset_css in easyadmin_config('design.assets.css') %} {% endfor %} {% 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 '@LcShop/backend/default/block/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 %} {# {{ dump(_request_parameters) }} #}
{% endblock %}
{% block content_reminders %} {% if reminders is defined and reminders|length >0 %}
{% include '@LcShop/backend/default/block/list_reminders.html.twig' %}
{% endif %} {% 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 %}