{% extends "avisstage/base.html" %} {% load staticfiles %} {% block title %}Chercher un stage - ExperiENS{% endblock %} {% block extra_content_class %}recherche{% endblock %} {% block content %}

Chercher un stage

{% include "avisstage/recherche/formulaire.html" with form=form %}

Ou alors

Afficher la carte de tous les stages, triés par dernière mise à jour

{#

Afficher les dernières mises à jour

#} {% endblock %}