-
+
{% for item in posts %}
{% set end = item.informations_fin_event|date("Ydj") %}
{% if now <= end %}
diff --git a/web/app/themes/la_mine/templates/components/buttons/bouton_ensavoir.html.twig b/web/app/themes/la_mine/templates/components/buttons/bouton_ensavoir.html.twig
index 0046e26a..abfb8d93 100644
--- a/web/app/themes/la_mine/templates/components/buttons/bouton_ensavoir.html.twig
+++ b/web/app/themes/la_mine/templates/components/buttons/bouton_ensavoir.html.twig
@@ -1,4 +1,2 @@
-
+
+{{post.meta('bouton_en_savoir').texte_bouton_en_savoir}}
\ No newline at end of file
diff --git a/web/app/themes/la_mine/templates/partial/section_asso.twig b/web/app/themes/la_mine/templates/partial/section_asso.twig
index 6d1df439..5d41a7fc 100644
--- a/web/app/themes/la_mine/templates/partial/section_asso.twig
+++ b/web/app/themes/la_mine/templates/partial/section_asso.twig
@@ -10,7 +10,7 @@
{{ post.meta('paragraphe_descriptif_2') }}
-
+
{% include 'components/buttons/bouton_ensavoir.html.twig' %}
- {% set start = post.informations_debut_event|date("Ydj") %}
- {% set end = post.informations_fin_event|date("Ydj") %}
+
+
+ {% set start = post.informations_debut_event|date("Ydj") %}
+ {% set end = post.informations_fin_event|date("Ydj") %}
- {% if start == end %}
-
- Le
- de
-
-
- à
-
-
- {% else %}
-
-
- Du
- à
-
-
- Au
- à
-
-
- {% endif %}
-
-
-
{{group.lieu}}
+ {% if start == end %}
+
+ Le
+ de
+
+
+ à
+
+ {% else %}
+
+ Du
+ à
+
+
+ Au
+ à
+
+ {% endif %}
+