{# @var ea \EasyCorp\Bundle\EasyAdminBundle\Context\AdminContext #} {% trans_default_domain ea.i18n.translationDomain %} {% block head_metas %} {% endblock head_metas %} {% block page_title %}Administration | {{ block('content_title')|striptags|raw }}{% endblock %} {# {% block head_stylesheets %} {% endblock %} #} {% block configured_stylesheets %} {% for css_asset in ea.assets.cssFiles ?? [] %} {% endfor %} {% for webpack_encore_entry in ea.assets.webpackEncoreAssets ?? [] %} {{ ea_call_function_if_exists('encore_entry_link_tags', webpack_encore_entry) }} {% endfor %} {% endblock %} {% block head_favicon %} {% endblock %} {# {% block head_javascript %} {% endblock head_javascript %} #} {# {% if 'rtl' == ea.i18n.textDirection %} {% endif %} #} {% block configured_head_contents %} {% for htmlContent in ea.assets.headContents ?? [] %} {{ htmlContent|raw }} {% endfor %} {% endblock %} {% block body %} {% block javascript_page_layout %} {% endblock javascript_page_layout %} {% block wrapper_wrapper %} {% block flash_messages %} {{ include(ea.templatePath('flash_messages')) }} {% endblock flash_messages %}
{% block wrapper %} {% block navbar_header %} {{ include('@LcSov/adminlte/block/navbar_header.html.twig') }} {% endblock %}
{% block content %} {% block content_header_wrapper %}
{% set reminders = sov_get_reminders() %} {% if reminders %}
    {% for reminder in reminders %}
  • {{ reminder.description }}
  • {% endfor %}
{% endif %} {% set has_help_message = (ea.crud.helpMessage ?? '') is not empty %} {% block content_header %}

{% block content_title %}{% endblock %}

{% block content_breadcrumb %} {% endblock content_breadcrumb %} {# {% block content_help %} {% if has_help_message %}
{{ ea.crud.helpMessage|e('html_attr') }}
{% endif %} {% endblock %} #}
{% block page_actions_wrapper %}
{% block page_actions %}{% endblock %}
{% endblock %}
{% endblock %}
{% endblock %}
{% block main %}{% endblock %}
{% endblock %}
{% block footer %} {% set content_footer = block('content_footer') is defined ? block('content_footer') : '' %} {% endblock %} {% endblock wrapper %}
{% endblock wrapper_wrapper %} {% block configured_javascripts %} {% for js_asset in ea.assets.jsFiles ?? [] %} {% endfor %} {% for webpack_encore_entry in ea.assets.webpackEncoreAssets ?? [] %} {{ ea_call_function_if_exists('encore_entry_script_tags', webpack_encore_entry, null, '_default', {'defer': false}) }} {% endfor %} {% endblock %} {% block body_javascript %}{% endblock body_javascript %} {% block configured_body_contents %} {% for htmlContent in ea.assets.bodyContents ?? [] %} {{ htmlContent|raw }} {% endfor %} {% endblock %} {% include '@LcSov/adminlte/block/modal_filemanager.html.twig' %} {% if app.session is not null and app.session.started %} {% set flash_messages = app.session.flashbag.all %} {% if flash_messages|length > 0 %} {% endif %} {% endif %} {% block append_body %}{% endblock %} {% endblock body %}