{% block stylesheets %}{% endblock %}
{% if app.user %}
REPTRACK
Accueil
Programmes
Historique
{% if is_granted('ROLE_ADMIN') %}
Admin
{% endif %}
Profil
Déconnexion
{# ── Bottom Nav mobile ── #}
ACCUEIL
PROGR.
HISTO.
PROFIL
{% endif %}
{% for label, messages in app.flashes %} {% for message in messages %}
{{ message }}
{% endfor %} {% endfor %} {% block body %}{% endblock %}
{% block javascripts %}{% endblock %}