{% extends 'base.html' %} {% block content %}
BackOffice - EventTypes

EventTypes define categories or types of events, like "Music Act" or "Workshop" or "Talk". They are not camp specific, so they are not editable here.

{% if not event_type_list %}

No EventTypes found. Is this the twillight zone?

{% else %}

Backoffice

{% for type in event_type_list %} {% endfor %}
Name Sessions Slots Events Actions
{{ type.icon_html }} {{ type.name }} {{ type.event_sessions_count }} {{ type.event_slots_count }} {{ type.event_count }}
{% endif %}

Backoffice

{% endblock content %}