{% extends "agenda/base_agenda.html" %} {% load tags %} {% load i18n %} {% load mptt_tags %} {% load staticfiles %} {% block title %}{{ block.super }} – {% trans "Agenda" %}{% endblock %} {% block header %} {% if perms.agenda.can_manage_agenda %} {% endif %} {% endblock %} {% block content %}
{% csrf_token %} {% if perms.agenda.can_manage_agenda %} {% endif %}

{% trans "Agenda" %}

{% trans "Filter" %}: {% trans "Hide closed items" %}

{{ items|length }} {% blocktrans count counter=items|length %}item{% plural %}items{% endblocktrans %} {% if perms.agenda.can_manage_agenda %} {% endif %} {% if perms.agenda.can_manage_agenda or perms.projector.can_manage_projector %} {% endif %} {% if perms.agenda.can_manage_agenda %} {% endif %} {% if perms.agenda.can_manage_agenda %} {% endif %} {% if perms.agenda.can_manage_agenda or perms.projector.can_manage_projector %} {% endif %} {% if items %} {% for item in items %} {% include "agenda/item_row.html" %} {% endfor %} {% else %} {% endif %}
{% endblock %}