{% if app.user %} {% endif %} {% set currentRoute = app.request.attributes.get('_route') %} {% set routeParams = app.request.attributes.get('_route_params')|default({}) %} {% if app.user %} {# ===== HEADER ===== #}
Na+
🔍
{# ===== SIDEBAR ===== #} {# ===== FOOTER FIXE PLEINE LARGEUR ===== #} {# ===== BARRE MOBILE ===== #} {# ===== POP-UP NOTIFICATIONS ===== #} {# ===== POP-UP MON PROFIL ===== #} {# ===== SOUS-POP-UP MODIFIER AVATAR ===== #} {# ===== SOUS-POP-UP MODIFIER PSEUDO ===== #} {# ===== POP-UP RÉGLAGES ===== #} {# ===== POP-UP PROFIL MEMBRE ===== #} {# ===== WRAPPER CONTENU ===== #}
{% else %} {# ===== HEADER NON CONNECTÉ ===== #}
{% endif %} {# ===== FLASH MESSAGES ===== #} {% set modalEmailUnverified = app.flashes('modal_email_unverified') %} {% set modalProfileIncomplete = app.flashes('modal_profile_incomplete') %} {% set modalProfileWaiting = app.flashes('modal_profile_waiting') %} {% for type, messages in app.flashes %} {% for message in messages %} {% endfor %} {% endfor %} {% if modalEmailUnverified[0] is defined %}
📧

Validez votre adresse email

Cliquez sur le lien reçu par email. Vérifiez vos spams.

Se déconnecter
{% endif %} {% if modalProfileIncomplete[0] is defined %}
📝

Complétez votre profil

Pour accéder à Na+, terminez la création de votre profil.

✏️ Compléter mon profil Se déconnecter
{% endif %} {% if modalProfileWaiting[0] is defined %}

Compte en cours de validation

Vous recevrez un email dès que votre compte sera activé.

Se déconnecter
{% endif %} {% block body %}{% endblock %} {% if app.user %}
{# fin .na-main-wrapper #} {% else %} {% endif %} {% if app.user %} {% endif %}