{% extends "base.html" %} {% load tags %} {% load i18n %} {% load staticfiles %} {% load humanize %} {% block title %}{% trans "Motion" %} {{ motion.identifier|default:'' }} – {{ block.super }}{% endblock %} {% block header %} {{ block.super }} {% endblock %} {% block content %}
{% trans "Go to the authorized version" %} (# {{ motion.active_version.version_number }})
{% elif version.version_number != last_version.version_number %}{% trans "Go to the newest version" %} (# {{ last_version.version_number }})
{% endif %} {% endwith %}
{% if polls.count > 1 %}
{{ poll.poll_number|ordinal|safe }} {% trans "vote" %}:
{% endif %}
{% if perms.motion.can_manage_motion %}
{% if polls.count > 1 %}
{% endif %}
{% endif %}
{% if poll.has_votes %}
{% trans 'No result' %}
{% endif %} {% block meta_box_poll_extras %}{% endblock %} {% empty %} {% if not allowed_actions.create_poll %} – {% endif %} {% endfor %} {% if allowed_actions.create_poll %} {% endif %} {% endwith %} {% if motion.category %}