{% extends 'motion/base_motion.html' %} {% load i18n %} {% load staticfiles %} {% block title %} {{ block.super }} – {% trans "Motion" %} "{{ motion.public_version.title }}" – {{ ballot }}. {% trans "Vote" %} {% endblock %} {% block content %}

{{ motion.public_version.title }} ({% trans "Motion" %} {{ motion.number }}) – {{ ballot }}. {% trans "Vote" %}

{% 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 }}

{% endblock %}