{% extends "plainui/base.html" %} {% from "plainui/components/calendar.html" import calendar with context %} {% import "plainui/components/list_events.html.j2" as list_events with context %} {% import "plainui/components/nav.html" as navMacro with context %} {% import "plainui/components/tagbox.html" as tagMacros with context %} {% macro filter_button(value, active, label) -%} {%- endmacro %} {% macro track_button(t) %} {% endmacro %} {% block title %}Conference {{conf.name}}{% endblock %} {% block content %} {{ navMacro.top_nav(_("Fahrplan")) }} {# TODO: Download options