{% extends "base_detail.html" %} {% load community_buttons %} {% load community_badges %} {% load community_utils %} {% load bootstrap_helpers %} {% load events_programme %} {% load cms_tags %} {% load django_bootstrap5 %} {% load sekizai_tags %} {% block headline %}Edit the presentation types for {{ event }}{% endblock %} {% block title %}Presentation types for {{ event }}{% endblock %} {% block breadcrumbs %} {% url "events:event-list" as event_list_url %} {% breadcrumbs "Events"|combine:event_list_url event.name|combine:event.get_absolute_url "Edit"|combine:event.get_edit_url "Presentation types"|combine:request.path %} {% endblock %} {% block sidebar_below %} {% block sidebar_left %} {% include "events/components/event_sidebar.html" %} {% endblock %} {% endblock %} {% block content %} {% card card_class="mb-3" %}
Here you can create presentation types that control the appearance of sessions, slots and submissions in the calendar overview.
{% endcard %} {% addtoblock "js" %} {% endaddtoblock %} {% endblock %}