parent
a50fc75b01
commit
0e39ab9a3d
@ -9,14 +9,15 @@
|
||||
<p class="subentry-search">{% picto_from_name "calendar" %}
|
||||
{% if event.end_day and event.end_day != event.start_day %}du{% else %}le{% endif %}
|
||||
{% include "agenda_culturel/date-times-inc.html" with event=event %}
|
||||
</header>
|
||||
<p class="subentry-search"></p>
|
||||
<p class="subentry-search">
|
||||
{% if not no_location %}
|
||||
{% if event.location or event.exact_location %}
|
||||
{% picto_from_name "map-pin" %}
|
||||
{% include "agenda_culturel/event-location-inc.html" with event=event %}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</p>
|
||||
</header>
|
||||
{% if event.has_recurrences %}
|
||||
<p class="subentry-search">
|
||||
{% picto_from_name "repeat" %}
|
||||
|
Loading…
Reference in New Issue
Block a user