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

{{ election.name }}

{{ election.description }}

{% for q in questions %}

{{ q.text }}

{% for o in q.options.all %} {{ o.text }}
{% endfor %} {% trans "Voter" %}
{% endfor %}
{% endblock %}