{% extends "base.html" %} {% load i18n %} {% load tags %} {% load staticfiles %} {% block title %}{{ block.super }} – {{ item }}{% endblock %} {% block header %} {% endblock %} {% block javascript %} {% endblock %} {% block content %}
{% if not item.related_sid %} {{ item.text|safe|linebreaks }} {% else %} {% trans item.get_related_type %} {{ item.get_related_slide }} {% endif %}
{% 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 perms.agenda.can_manage_agenda %} {% endif %}{% if is_on_the_list_of_speakers %} {% trans "Remove me from the list" %} {% elif not object.speaker_list_closed and perms.agenda.can_be_speaker %} {% trans "Put me on the list" %} {% endif %}
{% if perms.agenda.can_manage_agenda %} {% endif %}