{% extends "base_title.html" %} {% load utils %} {% block page_size %}col-sm-8{% endblock %} {% block realcontent %}

Événement: {{ event.title }}{% if user.is_staff %} Administration{% endif %}

{% if event.details %}

{{ event.details }}


{% endif %} {% include "tristate_js.html" %}

Filtres

{% csrf_token %} {{ form.as_p }}

Résultats globaux

{% for option in options %}

{{ option.value }}

{% endfor %}

Réponses individuelles


Mailing list

{% endblock %}