From df68d55e5cbd75819aa9f787ffaf57ff0fd673e9 Mon Sep 17 00:00:00 2001 From: mepiphana2023 Date: Wed, 27 Nov 2024 13:40:24 +0100 Subject: [PATCH] des trucs --- templates/profile/view.html.twig | 49 +++++++++++++------------------- 1 file changed, 20 insertions(+), 29 deletions(-) diff --git a/templates/profile/view.html.twig b/templates/profile/view.html.twig index bdb027d..d50d305 100644 --- a/templates/profile/view.html.twig +++ b/templates/profile/view.html.twig @@ -1,13 +1,4 @@ {% extends 'main/base.html.twig' %} -{% block head %} - - - {% block title %}📣 Sortie.com {{ profile.pseudo }} 🔊{% endblock %} - {% block stylesheets %} - {{ encore_entry_link_tags('app') }} - {% endblock %} - -{% endblock %} {% block content %}
@@ -25,30 +16,30 @@ {{ profile.pseudo }}
{% if isActiveUser %} -
- {{ profile.telephone }} - {{ profile.email }} -
+
+ {{ profile.telephone }} - {{ profile.email }} +
{% endif %} {% if isActiveUser %} -
-
- {% endif %}
-
- {# Tableau des sorties dont je suis participant#} -
+
+ {# Tableau des sorties dont je suis participant #} +

Mes participations

@@ -70,7 +61,7 @@ {% else %} @@ -82,8 +73,8 @@
{{ sortie.dateHeureDebut|date('d/m/Y H:i') }} {{ sortie.duree }} - 👁️ + 👁️
- {# Tableau des sorties dont je suis organisateur #} -
+ {# Tableau des sorties dont je suis organisateur #} +

Mes organisations

@@ -105,7 +96,7 @@ {% else %} @@ -117,4 +108,4 @@
{{ sortie.dateHeureDebut|date('d/m/Y H:i') }} {{ sortie.duree }} - 👁️ + 👁️
-{% endblock %} \ No newline at end of file +{% endblock %}