{% extends "orga/base.html" %} {% load compress %} {% load i18n %} {% load static %} {% block extra_title %}{% translate "Tracks" %} :: {% endblock extra_title %} {% block stylesheets %} {% compress css %} {% endcompress %} {% endblock stylesheets %} {% block scripts %} {% compress js %} {% endcompress %} {% endblock scripts %} {% block content %}

{% translate "Tracks" %}

{% 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 %}
{% translate "New track" %}
{% for track in tracks %} {% 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 content %}