-
{% for stage in object_list %}
{% ifchanged stage.date_maj.date %}
- Mis à jour le {{ stage.date_maj.date }} {% endifchanged %}
-
{{ stage.sujet }} par {{ stage.auteur.nom }}
{{ stage.date_debut|date:"d/m" }}{{ stage.date_fin|date:"d/m" }}{{ stage.date_debut|date:"Y" }}
- {{ stage.get_type_stage_display }}
- {{ stage.structure }} {% for lieu in stage.lieux.all %}
- {{ lieu.nom }} {% endfor %} {% for matiere in stage.matieres.all %}
- {{ matiere.nom }} {% endfor %} {% for thematique in stage.thematiques.all %}
- {{ thematique.name }} {% endfor %}
{% endfor %}