Résultats de la recherche
{% if stages %}{{ stages|length }} expérience{{ stages|length|pluralize }} trouvée{{ stages|length|pluralize }}
{% endif %}-
{% for stage in stages %}
{% if tri == '-date_maj' %}
{% ifchanged stage.date_maj.date %}
- Mis à jour le {{ stage.date_maj.date }} {% endifchanged %} {% endif %}
-
{{ 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 }} {% if stage.structure %}
- {{ stage.structure }} {% endif %} {% 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 %}
- {{ stage.date_debut|date:"Y" }}
- Avis stage {{ stage.len_avis_stage|avis_len }}
- Avis lieux {{ stage.len_avis_lieux|avis_len }}
{% empty %}
- Aucun stage ne correspond à votre recherche et vos critères {% endfor %}