{% block stylesheets %} {{ encore_entry_link_tags('baseadmin') }} {% endblock %}
{# read and display all flash messages #} {% for label, messages in app.flashes %} {% for message in messages %}
{{ message }}
{% endfor %} {% endfor %} {% block topbar %}{% endblock %}
{% block aside %}{% endblock %}
{% block header %}
{{title|default}}
{% if actions|default|length>0 %}
{% for action in actions %} {% if action.subactions|default|length>0 %}
{% if action.header|default %}
{{action.header}}
{% endif %} {% for subaction in action.subactions %}
{{subaction.label|default}}
{% endfor %}
{%else%}
{% endif %} {% endfor %}
{% endif %}
{% endblock %} {% block content %} {% endblock %}
{% block scripts %} {{ encore_entry_script_tags('baseadmin') }} {% endblock %} {% block javascripts %}{% endblock %}
{% include 'admin\\stdpages\\modallogout.html.twig' %}