{% extends 'base.html' %} {% load i18n %} {% load humanize %} {% load tags %} {% block title %}{% trans "Election" %} "{{ assignment }}", {{ ballotnumber }}. {% trans "ballot" %} – {{ block.super }}{% endblock %} {% block content %}

{{ assignment }} {{ ballotnumber|ordinal|safe }} {% trans "ballot" %} {% trans "Back to election" %} {% if perms.projector.can_manage_projector %} {% endif %}

{% if assignment.polldescription %}

{% trans "Short description (for ballot paper)" %}: {{ assignment.polldescription }}

{% endif %}

{% trans "Special values" %}: -1 = {% trans 'majority' %} | -2 = {% trans 'undocumented' %}

{% csrf_token %} {% for value in poll.get_vote_values %} {% endfor %} {% for form in forms %} {% for value in form %} {% endfor %} {% endfor %} {% for value in poll.get_vote_values %} {% if forloop.first %} {% else %} {% endif %} {% endfor %} {% for value in poll.get_vote_values %} {% if forloop.first %} {% else %} {% endif %} {% endfor %}
{% trans "Candidates" %}{% trans value %}
{{ form.option }} {{ value.errors }} {{ value }}
{% trans "Invalid votes" %}{{ pollform.votesinvalid.errors }}{{ pollform.votesinvalid }}
{% trans "Votes cast" %}{{ pollform.votescast.errors }}{{ pollform.votescast }}

{% trans 'Ballot paper as PDF' %}

{% trans 'Cancel' %}
{% endblock %}