{% extends 'base.html.twig' %} {% block title %}Tableau de bord | Association KAZ{% endblock %} {% block body %}
{# --- EN-TÊTE DU TABLEAU DE BORD --- #}

Espace Adhérent KAZ

Bienvenue sur votre intranet associatif.

{% if app.user %}
👤 {{ app.user.userIdentifier }} Déconnexion
{% endif %}
{# --- GRILLE DES FONCTIONNALITÉS --- #}
{# Carte 1 : Profil #}
📋
Mon Profil
Gérer mes informations
{# Carte 2 : Mon abonnement KAZ #}
💳
Mon abonnement KAZ
À jour
{% endblock %}