{% extends "base.html" %} {% load i18n %} {% load tags %} {% load staticfiles %} {% block title %}{{ block.super }} – {{ item.title }}{% endblock %} {% block header %} {% endblock %} {% block javascript %} {% endblock %} {% block content %}
{{ item.text|safe|linebreaks }}
{% if perms.agenda.can_manage_agenda %} {% if item.comment %}{{ item.comment|linebreaks }}
{% endif %} {% endif %} {# List of Speakers #}{% if perms.agenda.can_manage_agenda %} {% if item.speaker_list_closed %} {% trans 'Open list' %} {% else %} {% trans 'Close list' %} {% endif %} {% endif %} {% if perms.projector.can_manage_projector %} {% trans 'Show list' %} {% endif %}
{% if old_speakers %}{% if is_speaker %} {% trans "Remove me from the list" %} {% elif not object.speaker_list_closed and perms.can_be_speaker %} {% trans "Put me on the list" %} {% endif %}
{% if perms.can_manage_agenda %} {% endif %}