{{ animation.type.label }}
{{ animation.name}}
{% if animation.event.startDate %}{% if animation.event.startDate != animation.event.endDate %} {{ msg.prt_du }} {{ animation.event.startDate | strftime '%d/%m/%Y' }} {% if ! animation.event.duringDay %} {{ msg.prt_au }} {{ animation.event.endDate | strftime '%d/%m/%Y' }} {% endif %} {% if animation.event.startHour != '00:00' %} | {% if animation.event.endHour != '00:00' %}{{ msg.prt_de }}{% else %}{{ msg.prt_a }}{% endif %} {{ animation.event.startHour | date "G" }}h{{ animation.event.startHour | date "i" }} {% endif %} {% if animation.event.endHour != '00:00' %} {{ msg.prt_a }} {{ animation.event.endHour | date "G" }}h{{ animation.event.endHour | date "i" }} {% endif %} {% else %} {{ msg.prt_le }} {{ animation.event.startDate | strftime '%d/%m/%Y' }} {% if animation.event.startHour != '00:00' %} | {% if animation.event.endHour != '00:00' %}{{ msg.prt_de }}{% else %}{{ msg.prt_a }}{% endif %} {{ animation.event.startHour | date "G" }}h{{ animation.event.startHour | date "i" }} {% endif %} {% if animation.event.endHour != '00:00' %} {{ animation.event.endHour | date "G" }}h{{ animation.event.endHour | date "i" }} {% endif %} {% endif %} {% if animation.location.0.name %} | {% for anim_location in animation.location %}{% if loop.index > 1 %} | {% endif %}{{ anim_location.locationLibelle }}{% endfor %} {% endif %}
{% endif %} {% if animation.description %}{{ animation.description | strip_tags | limitstring 350 '...'}}
{% endif %} {*{% if animation.comment %}{{ animation.comment | strip_tags | limitstring 250 '...'}}
{% endif %}*} {% if animation.categories %}-
{% for index,categ in animation.categories %}
- {{ categ.displayLabel }}{% if !loop.last %}; {% endif %} {% endfor %}
-
{% for concept in animation.concepts %}
- {{ concept.displayLabel }} {% if !loop.last %}; {% endif %} {% endfor %}
-
{% for cp in animation.customFields %}
{% if cp.customField.opacShow == 1 and cp.customFormatValues.values.0.format_value %}
-
{{ cp.customField.titre }} :{{ cp.customFormatValues.values.0.format_value}}
{% endif %}
{% endfor %}