{% extends "orga/generic/list.html" %} {% load i18n %} {% load static %} {% block stylesheets %} {% endblock stylesheets %} {% block scripts %} {% 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 %} {{ block.super }} {% endblock list_content %}