From fb4610e7981a8b6907e4c617267cbac60a02064e Mon Sep 17 00:00:00 2001 From: tinkal Date: Thu, 5 Dec 2024 15:38:36 +0100 Subject: [PATCH] Supprimer templates/index/cuisinier.html.twig --- templates/index/cuisinier.html.twig | 128 ---------------------------- 1 file changed, 128 deletions(-) delete mode 100644 templates/index/cuisinier.html.twig diff --git a/templates/index/cuisinier.html.twig b/templates/index/cuisinier.html.twig deleted file mode 100644 index c3d6c12..0000000 --- a/templates/index/cuisinier.html.twig +++ /dev/null @@ -1,128 +0,0 @@ -{% 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 %}