{% block stylesheets %} {{ encore_entry_link_tags('app') }} {% endblock %} {{ encore_entry_link_tags('planningStyle') }} {% block head %}{% endblock %} {{ render(controller('App\\Controller\\AccueilController::topbar')) }}
{% if app.request.query.get('success') %} {% endif %}
{% if app.request.query.get('ajout') %} {% endif %}
{% if app.request.query.get('supprime') %} {% endif %}
{% if app.request.query.get('absence') %} {% endif %}
{% if app.request.query.get('planning') %} {% endif %}
{% if app.request.query.get('manqueMail') %} {% endif %}
{% block body %}{% endblock %} {% block javascripts %} {{ encore_entry_script_tags('app') }} {{ encore_entry_script_tags('planning') }} {% endblock %}