{% extends "orga/generic/list.html" %} {% load compress %} {% load i18n %} {% load static %} {% block create_button_label %}{% translate "New track" %}{% endblock create_button_label %} {% block stylesheets %} {% compress css %} {% endcompress %} {% endblock stylesheets %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock scripts %} {% block page_title %} {{ generic_title }} {% endblock page_title %} {% block list_content %}
{% blocktranslate trimmed %} Tracks are used to sort your sessions into categories. You can use the CfP settings to determine if speakers can select the track for their session themselves. Track colors are helpful to help attendees navigate your schedule. {% endblocktranslate %}
{% for track in track_list %} {% endfor %}
{% translate "Track" %} {% translate "Color" %} {% translate "Proposals" %}
{{ track.name }} {% if track.requires_access_code %} {% endif %}
{{ track.submissions.all.count }}
{% include "orga/includes/pagination.html" %} {% endblock list_content %}