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

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

{% if talk.submission.recording_url %} {{ talk.submission.rendered_recording_iframe|safe }} {% endif %}
{{ talk.submission.abstract|rich_text }}
{{ talk.submission.description|rich_text }}
{% if talk.submission.active_resources.count %}
{% trans "See also:" %} {% if talk.submission.active_resources.count == 1 %} {{ talk.submission.active_resources.first.description }} {% else %} {% endif %}
{% endif %}
{% if talk.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 %}