{% extends "base.html" %} {% block fixed_action %} {{ macros.ical_action(title="S'abonner aux séminaires") }} {% endblock fixed_action %} {% block content %}
{{ seminar.title if seminar.type == "Groupe de travail" else seminar.full_title }}
{% if seminar.teams | real_teams %}{{ seminar.teams | teams }}
{% endif %}Responsable : {{ seminar.organizer }}
Actif {{ seminar.date }}
{% endfor %}