diff --git a/src/agenda_culturel/templates/agenda_culturel/single-event/event-in-flat-list-inc.html b/src/agenda_culturel/templates/agenda_culturel/single-event/event-in-flat-list-inc.html
index f3e2d7f..1dbe12b 100644
--- a/src/agenda_culturel/templates/agenda_culturel/single-event/event-in-flat-list-inc.html
+++ b/src/agenda_culturel/templates/agenda_culturel/single-event/event-in-flat-list-inc.html
@@ -2,14 +2,17 @@
{% load cat_extra %}
{% load event_extra %}
-{{ event.category | small_cat }}
+
{% picto_from_name "calendar" %}
{% if event.end_day %}du{% else %}le{% endif %}
{% include "agenda_culturel/date-times-inc.html" with event=event %}
+
+
{% picto_from_name "map-pin" %}
+ {% if event.location_hl %}{{ event.location_hl | safe }}{% else %}{{ event.location }}{% endif %}
{% if event.has_recurrences %}
{% picto_from_name "repeat" %}
@@ -19,7 +22,6 @@
{% endfor %}
{% endif %}
- {% if event.location_hl %}{{ event.location_hl | safe }}{% else %}{{ event.location }}{% endif %}
{% picto_from_name "tag" %}
{% for tag in event.tags %}
@@ -28,11 +30,13 @@
{% endfor %}
- {% if event.description_hl %}{{ event.description_hl | safe }}{% else %}{% if event.description %}{{ event.description |truncatewords:60 }}{% else %}
pas de description{% endif %}{% endif %}
+ {% if event.description_hl %}{{ event.description_hl | safe }} [...]{% else %}{% if event.description %}{{ event.description |truncatewords:60 }}{% else %}
pas de description{% endif %}{% endif %}
- {% if user.is_authenticated %}
-
- {% include "agenda_culturel/edit-buttons-inc.html" with event=event %}
-
- {% endif %}
+ {% if user.is_authenticated %}
+
+ {% endif %}