From 7882fffe4e81e29b9dbc315ba7f2ded955fc8c32 Mon Sep 17 00:00:00 2001 From: tinkal Date: Thu, 5 Dec 2024 15:38:40 +0100 Subject: [PATCH] Supprimer templates/index/serveur.html.twig --- templates/index/serveur.html.twig | 144 ------------------------------ 1 file changed, 144 deletions(-) delete mode 100644 templates/index/serveur.html.twig diff --git a/templates/index/serveur.html.twig b/templates/index/serveur.html.twig deleted file mode 100644 index 853c587..0000000 --- a/templates/index/serveur.html.twig +++ /dev/null @@ -1,144 +0,0 @@ -{% extends 'base.html.twig' %} - -{% block head %} - - - {% block title %}Cuisine{% 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/gestionCompteModal.html.twig' %} - -{% endblock %} - -{% block javascripts %} - -{% endblock %}