{% extends "agenda/base_agenda.html" %} {% load i18n %} {% block title %}{{ block.super }} – {{ item.title }}{% endblock %} {% block content %}
{{ item.text|safe|linebreaks }}
{% if perms.agenda.can_manage_agenda %} {% if item.comment %}{{ item.comment|linebreaks }}
{% endif %} {% endif %} {% endblock %}