{% block stylesheets %} {{ encore_entry_link_tags('adminStyle') }} {% endblock %}
{% include('admin/partials/main_menu.html.twig') %}

{% block sub_title %}{% endblock%}

{% for label, flashes in app.session.flashbag.all %} {% for flash in flashes %} {% if ( label == 'success' ) %}
{{ flash }}
{% elseif ( label == 'error' ) %}
{{ flash }}
{% endif %} {% endfor %} {% endfor %} {% block container %}{% endblock %}
{% block javascripts %} {{ encore_entry_script_tags('app') }} {{ encore_entry_script_tags('admin') }} {% endblock %}