{% 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 %}
{{ poll.poll_number|ordinal|safe }} {% trans "vote" %}:
{% if perms.motion.can_manage_motion %}
{% trans 'No result' %}
{% endif %} {% endif %} {% endif %} {% empty %} – {% endfor %} {% if allowed_actions.create_poll %} {% endif %} {% endwith %}