Son expérience
{% if object.stages_publics %}-
{% for stage in object.stages_publics %}
{% ifchanged stage.date_maj.date %}
- Mis à jour le {{ stage.date_maj.date }} {% endifchanged %}
-
{{ stage.sujet }}
{{ 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 %}
{{ object.nom }} n'a publié aucune expérience pour le moment !
{% endif %}