{% extends "base.html" %} {% load i18n %} {% load tags %} {% block title %} {% if assignment %} {% trans "Edit election" %} {% else %} {% trans "New election" %} {% endif %} – {{ block.super }} {% endblock %} {% block content %}

{% if assignment %} {% trans "Edit election" %} {% else %} {% trans "New election" %} {% endif %} {% if assignment %} {% trans "Back to election" %} {% else %} {% trans "Back to overview" %} {% endif %}

{% csrf_token %} {% include "form.html" %}

{% include "formbuttons_saveapply.html" %} {% trans 'Cancel' %}

* {% trans "required" %}
{% endblock %}