{% extends 'EspaceEtudiant/base_etudiant.html' %} {% load static %} {% block m-title %} SONDAGES DISPONIBLES{% endblock m-title %} {% load widget_tweaks %} {% block content %} LISTE DES SONDAGES DISPONIBLES SONDAGES {% for sond in sondage %} {{sond|upper}} {% empty %} AUCUN RESULTAT {% endfor %} {% endblock content %} {% block custom_js %} {% endblock custom_js %}