{% extends "base.html" %} {% load i18n %} {% block content %}

{{ question.election.name }}

{% trans "Vote pour la question :" %} {{ question.text }} ({{ q_index }}/{{ q_total }})


{{ vote_rule|safe }}

{% csrf_token %} {% include "forms/formset.html" %}
{% endblock %}