-
- {% with day|shift_day:-1 as pred_day %}
-
- {% picto_from_name "chevron-left" %} précédent
- {% endwith %}
+
+
+
+
{% if events %}
{{ day | date:"l j F Y" }}
+
-
+ {% with day|shift_day:-1 as pred_day %}
+
+ {% picto_from_name "chevron-left" %} précédent
+ {% endwith %}
+
+
+ {% with day|shift_day:1 as next_day %}
+ suivant
+ {% picto_from_name "chevron-right" %}
+
+ {% endwith %}
+
- {% with day|shift_day:1 as next_day %}
- suivant
- {% picto_from_name "chevron-right" %}
-
- {% endwith %}
-
-