{# base.html.twig #} Planning {% block specificjs %}{% endblock %} {% if theme != 'default' %} {% endif %} {% if msg and msg !='null' %} {% endif %} {% if msg2 and msg2 !='null' %} {% endif %} {% for flashMessage in app.session.flashbag.get('error') %} {% endfor %} {% for flashMessage in app.session.flashbag.get('notice') %} {% endfor %}
{% if show_menu %} {% include 'menu.html.twig' %} {% endif %}
{% if content_planning %}
{% else %}
{% endif %} {% block page %}{% endblock %}