{% extends "base.html" %} {% block fixed_action %} {{ macros.ical_action(title="S'abonner au séminaire") }} {% endblock fixed_action %} {% block content %}

{{ page.seminar.full_title }}

{{ page.seminar.teams | organizing_teams }}

    {% for event in page.events|sort(attribute='date') if event|event_selector(page) %}
  • {{ event.speaker }}{% if event.affiliation %}, {{ event.affiliation }}{% endif %}

    {{ event.title }}

    {{ event.date.strftime("%-d %B %Y") }} - {{ event.date.strftime("%H:%M") }}{{ event.place }}

    {% if event.abstract %} {{ event.abstract }} {% endif %}
  • {% endfor %}
{% if page.paginator %} {{ macros.pagination(page.paginator, page.name) }} {% endif %}
{% endblock content %}