{{ phrases.base.language }}: {{ submission.get_content_locale_display }}
{% endif %}
{% if submission.do_not_record %}
{{ phrases.agenda.schedule.do_not_record }}
{% endif %}
{% if talk_slots|length == 1 %}
{{ talk_slots.0.start|datetimerange:talk_slots.0.end }}, {{ talk_slots.0.room.name }}
{% if talk_slots.0.room.description %}
{% endif %}
{% endif %}
{% if request.event.is_multilingual and request.event.cfp.request_content_locale %}
-
{% for talk in talk_slots %}
- {{ talk.start|datetimerange:talk.end }}, {{ talk.room.name }} {% if room.description %} {% endif %} {% endfor %}
{% phrase "phrases.schedule.timezone_hint" tz=request.event.timezone %}
{% endif %}{% endif %}
-
{% for resource in submission.active_resources %}
- {% include "agenda/includes/submission_resource.html" %} {% endfor %}
-
{% for talk in speaker.other_submissions %}
- {{ talk.title }} {% endfor %}