{% extends 'events/management/base.html' %} {% from 'events/tracks/_track_list.html' import render_list %} {% block title %} {%- trans %}Program{% endtrans -%} {% endblock %} {% block description %} {%- trans -%} Tracks represent the subject matter of the conference. They represent both the basis for the Scientific Program and a taxonomy that can be used to classify submissions during the Call for Abstracts process. {%- endtrans -%} {% endblock %} {% block content %}
{% trans %}Program{% endtrans %}
{% trans -%}Configure the conference page displaying the scientific program.{%- endtrans %}

{% trans %}List of tracks and track groups{% endtrans %}

{%- trans %}Add track group{% endtrans -%} {%- trans %}Add track{% endtrans -%}
{{ render_list(event, list_items) }}
{% endblock %}