{% extends 'base.html.twig' %} {% block head %} {% block title %}Index FestinHegre!{% endblock %} {% endblock %} {% block stylesheets %} {% endblock %} {% block body %}
Bonjour, {{ app.user.prenom }}
Rôle : {{ app.user.getRolesAsString() }}
{{ ux_icon('ph:user-circle-fill') }} Compte
{% include 'Modals/gestionUtilisateurModal.html.twig' %} {% include 'Modals/gestionTableModal.html.twig' %} {% include 'Modals/gestionCompteModal.html.twig' %} {% include 'Modals/gestionUtilisateurModal.html.twig' %} {% endblock %} {% block javascripts %} {% endblock %}