Aucun thème d'activité. Les éducateurs ne pourront pas saisir d'activité tant qu'au moins un thème actif n'existe pas.
{% endif %}
{% for theme in themes %}
{{ theme.libelle }}
{% if theme.actif %}
Actif
{% else %}
Désactivé
{% endif %}
{% if theme.dateDebut or theme.dateFin %}
{% if theme.dateDebut and theme.dateFin %}
du {{ theme.dateDebut|date('d/m/Y') }} au {{ theme.dateFin|date('d/m/Y') }}
{% elseif theme.dateDebut %}
à partir du {{ theme.dateDebut|date('d/m/Y') }}
{% else %}
jusqu'au {{ theme.dateFin|date('d/m/Y') }}
{% endif %}