{% blocktranslate trimmed with href=request.event.urls.schedule %}
To see our schedule with full functionality, like timezone conversion and personal scheduling, please enable JavaScript and go here.
{% endblocktranslate %}
{% if schedule != schedule.event.current_schedule %}
{% if not schedule.version %}
{% translate "You are currently viewing the editable schedule version, which is unreleased and may change at any time." %}
{% else %}
{% blocktranslate trimmed with current_url=schedule.event.urls.schedule %}
You are currently viewing an older schedule version.
{% endblocktranslate %}
{% endif %}
{% if request.event.current_schedule %}
{% blocktranslate trimmed with current_url=schedule.event.urls.schedule %}
You can find the current version here.
{% endblocktranslate %}
{% endif %}
{% endif %}
{% include "agenda/header_row.html" with with_margin=True with_extra=True %}
{% if day_count > 1 %}
{% for day in data %}
{% endfor %}
{% endif %}
{% for day in data %}
{% if day_count > 1 %}
{% endif %}
{% if day.first_start %}
{% for session in day.talks %}