{{ motion.title }} {{ motion.category|default:'' }}
{% if motion.identifier %}
{% trans "Motion" %} {{ motion.identifier|default:'' }},
{% else %}
[{% trans "no number" %}],
{% endif %}
{# TODO: show only for complex workflow #}
{% trans "Version" %} {{ motion.version.version_number }}
{% trans "Back to overview" %} PDF
{% if perms.projector.can_manage_projector %}
{% endif %}
{% if perms.motion.can_manage_motion or perms.agenda.can_manage_agenda %}
{% if motion.version.reason %}
{{ motion.version.reason|safe }}
{% else %}
–
{% endif %}
{% with versions=motion.versions.all %}
{% if versions|length > 1 %}
{% for version in versions %}
{% if forloop.first %}
{% for submitter in motion.submitter.all %}
{{ submitter }}{% if not forloop.last %}, {% endif %}
{% endfor %}
{% if 'motion_min_supporters'|get_config > 0 %}
{% trans "Supporters" %}: *
{% if not motion.supporters %}
-
{% else %}
{% for supporter in motion.supporter.all %}
{% with versions=motion.versions.all %}
{% if versions|length > 1 %}
{% trans "Last changes (of this version)" %}:
{% else %}
{% trans "Last changes" %}:
{% endif %}
{% endwith %}
{{ motion.version.creation_time }}
{# TODO: Check this button #}
{% if allowed_actions.wit and user in motion.submitters %}
{% trans 'Withdraw motion' %}
{% endif %}
{% if perms.motion.can_support_motion and 'motion_min_supporters'|get_config > 0 %}
{% if allowed_actions.unsupport %}