{% extends "avisstage/base.html" %} {% load staticfiles avisstage_tags %} {% block title %}Chercher un stage - ExperiENS{% endblock %} {% block extra_head %} {% endblock %} {% block extra_content_class %}recherche {{ vue }}{% endblock %} {% block content %}
{% include "avisstage/recherche/formulaire.html" with form=form %}

Résultats de la recherche

{% if stages %}

{{ stages|length }} expérience{{ stages|length|pluralize }} trouvée{{ stages|length|pluralize }}

{% endif %}
{% if lieux %}
{% endif %} {% endblock %}