{% extends TEMPLATE_BASE %} {% load i18n %} {% block content %} {% if error %}
{{error}}
{% endif %}
{% for field in election_form.visible_fields %}
{{ field.errors }} {{ field }}

{{ field.help_text }}

{% endfor %}
{% trans "cancel" %}
{% endblock %}