{% extends TEMPLATE_BASE %} {% load i18n %} {% block content %}

{{election.name}} — Update [cancel]

{% if error %}
{{error}}
{% endif %}
{% for field in election_form.visible_fields %}
{{ field.errors }}
{{ field }} {{ field.help_text }}
{% endfor %}
{% trans "Cancel" %}
{% endblock %}