{% extends "motion/base_motion.html" %} {% load tags %} {% load i18n %} {% load staticfiles %} {% block title %}{{ block.super }} – {% trans "Motions" %}{% endblock %} {% block content %}
{% trans "Number" %} | {% trans "Motion title" %} | {% if min_supporters > 0 %}{% trans "Number of supporters" %} | {% endif %}{% trans "Status" %} | {% trans "Submitter" %} | {% trans "Creation Time" %} | {% trans "Actions" %} |
---|---|---|---|---|---|---|
{% if motion.number %}{{ motion.number }}{% else %}-{% endif %} | {{ motion.public_version.title }} | {% if min_supporters > 0 %}{{ motion.count_supporters }} | {% endif %}{% if motion.status != "pub" %}
{{ motion.get_status_display }} {% endif %} {% for note in motion.notes %} {{ note }} {% if not forloop.last %} {%endif%} {% endfor %} |
{{ motion.submitter }} | {{ motion.creation_time }} |
{% if perms.projector.can_manage_projector %}
{% endif %}
{% if perms.motion.can_manage_motion %}
![]() ![]() ![]() |
{% trans "No motions available." %} |