{% extends "agenda/base.html" %} {% load compress %} {% load i18n %} {% load rich_text %} {% block title %}{{ submission.title }}{% endblock %} {% block meta_title %}{{ submission.title }}{% endblock %} {% block social_title %}{{ submission.title }}{% endblock %} {% block meta_description %}{{ submission_description }}{% endblock %} {% block social_description %}{{ submission_description }}{% endblock %} {% block agenda_content %}

»{{ submission.title }}«
.ical {% if submission.does_accept_feedback and not is_html_export %} {{ phrases.agenda.feedback }} {% endif %} {% if request.user in submission.speakers.all %} {{ phrases.base.edit }} {% endif %}
{% if talk %} {{ talk.start.date|date:"c" }}, {{ talk.start|date:"H:i" }}–{{ talk.end|date:"H:i" }}, {{ talk.room.name }} {% endif %} {% if submission.do_not_record %} {{ phrases.agenda.schedule.do_not_record }} {% endif %}

{% if talk.submission.recording_url %} {{ submission.rendered_recording_iframe|safe }} {% endif %}
{{ submission.abstract|rich_text }}
{{ submission.description|rich_text }}
{% if submission.active_resources.count %}
{% trans "See also:" %} {% if submission.active_resources.count == 1 %} {{ submission.active_resources.first.description }} {% else %} {% endif %}
{% endif %}
{% if submission.image %} {% endif %} {% if speakers|length %}
{% if speakers.1 %} {% trans "Speakers" %} {% elif speakers.0 %} {% trans "Speaker" %} {% endif %}
{% for speaker in speakers %}
{{ speaker.get_display_name }}
{% if speaker.other_talks.count > 1 %} {{ phrases.agenda.speaker_other_talks }} {% elif speaker.other_talks.count == 1 %} {{ phrases.agenda.speaker_other_talk }} "{{ speaker.other_talks.0.submission.title }}". {% endif %}
{% endfor %}
{% endif %}
{% endblock %}