{% if app.session.get('_application') == 0 %} {% set extendedTemplate = '@AdminLTE/layout/mesodd-layout.html.twig' %} {% endif %} {% if app.session.get('_application') == 1 %} {% if app.session.get('_commune') is defined %} {% set extendedTemplate = '@AdminLTE/layout/communeodd-layout.html.twig' %} {% else %} {% set extendedTemplate = '@AdminLTE/layout/suiodd-layout.html.twig' %} {% endif %} {% endif %} {% if app.session.get('_application') == 2 %} {% set extendedTemplate = '@AdminLTE/layout/cfgodd-layout.html.twig' %} {% endif %} {% extends extendedTemplate %} {% block page_title %} {% trans %}message.title{% endtrans %} {% endblock %} {% block page_content %}
Nouveau

Boîte de réception

Alexander Pierce AdminLTE 3.0 Issue - Trying to find a solution to this problem... 5 mins ago
{% endblock %} {% block javascripts %} {% endblock %} {% block stylesheets %} {% endblock %}