{% extends "agenda/base.html" %}
{% comment %}
SPDX-FileCopyrightText: 2017-present Tobias Kunze
SPDX-License-Identifier: AGPL-3.0-only WITH LicenseRef-Pretalx-AGPL-3.0-Terms
{% endcomment %}
{% load i18n %}
{% load phrases %}
{% load static %}
{% load vite %}
{% block container_width %}
{% if not show_talk_list %}main-schedule{% else %}list-schedule{% endif %}{% endblock container_width %}
{% block scripts %}
{% vite_hmr %}
{% vite_asset "schedule/src/main.js" %}
{% endblock scripts %}
{% block agenda_stylesheets %}
{% endblock agenda_stylesheets %}
{% block header_right %}
{{ phrases.schedule.version }} {{ schedule.version|default:'-' }}