{% extends 'base.html' %} {% load i18n %} {% block title %} {% trans "Motion" %} {{ motion.identifier }}, {{ poll }} – {{ block.super }} {% endblock %} {% block content %}

{{ motion }}
{% trans "Motion" %} {{ motion.identifier }}, {{ poll }}
{% trans "Back to motion" %} {% if perms.projector.can_manage_projector %} {% endif %}

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

{% csrf_token %} {{ pre_form }} {% for value in forms.0 %} {% endfor %}
{% trans "Option" %} {% trans "Votes" %}
{{ value.label }} {{ value.errors }}{{ value }}
{% trans "Invalid votes" %} {{ pollform.votesinvalid.errors }}{{ pollform.votesinvalid }}
{% trans "Votes cast" %} {{ pollform.votescast.errors }}{{ pollform.votescast }}
{{ post_form }}

{% trans 'Ballot paper as PDF' %}

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