{% load i18n thumbnail %}

{% trans "Agenda" %} {{ event_category.label }}

{% for item in events %}
{% if item.linked_articles %} {% with item.linked_articles.0 as article %} {% thumbnail article.logo "120x120" as im %} {% endthumbnail %} {{ article.title }}
{{ article.summary }} {% endwith %} {% else %} {{ item.title }}
{{ item.description }} {% endif %} {% for o in item.upcoming_occurrences%}
  • Le {{ o.start_time|date:"j F Y"}} de {{ o.start_time|date:"H\hi" }} à {{ o.end_time|date:"H\hi" }}
{% endfor %}

{% endfor %}