{% extends "agenda/base_agenda.html" %} {% load i18n %} {% block title %}{{ block.super }} – {{ item.title }}{% endblock %} {% block content %}

{{ item }}

{{ item.get_text|safe|linebreaks }}

{% if perms.agenda.can_manage_agenda and item.comment %}

{% trans "Comment" %}

{{ item.comment|linebreaks }}

{% endif %}

{% endblock %}