{% extends TEMPLATE_BASE %} {% block content %}

Create a New Election

{% if error %}

{{error}}

{% endif %}
{{election_form.as_table}}
{% endblock %}