{% translate "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|date:DAY_MONTH_DATE_FORMAT }}, {{ talk_slots.0.start|date:"TIME_FORMAT" }}–{{ talk_slots.0.end|date:"TIME_FORMAT" }} ({{ request.event.timezone }}), {{ 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|date:DAY_MONTH_DATE_FORMAT }}, {{ talk.start|date:"TIME_FORMAT" }}–{{ talk.end|date:"TIME_FORMAT" }}, {{ talk.room.name }} {% if room.description %}{% endif %} {% endfor %}
{% blocktranslate trimmed with tz=request.event.timezone %}All times in {{ tz }}{% endblocktranslate %}
{% endif %}{% endif %}
-
{% for resource in submission.active_resources %}
- {{ resource.description }} {% if resource.resource %}({{ resource.resource.size|filesizeformat }}){% endif %} {% endfor %}
-
{% for talk in speaker.other_submissions %}
- {{ talk.title }} {% endfor %}