{% load i18n %} {% load tags %}
{% trans "#" %} | {% trans "Title" %} | {% trans "Submitter" %} | {% trans "Status" %} | {% trans "Category" %} |
---|---|---|---|---|
{{ motion.identifier|default:'' }} | {{ motion.title }} | {% for submitter in motion.submitter.all %} {{ submitter.person }}{% if not forloop.last %}, {% endif %} {% endfor %} | {{ motion.state }} | {% if motion.category %}{{ motion.category }}{% endif %} |
{{ motions|length }} {% trans "Motions" %}