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

{% trans "Vote pour la question :" %} {{ question.text }}


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