{% extends "chrono/manager_base.html" %} {% load i18n %} {% block page-title-extra-label %} {% trans "Events types" %} {% endblock %} {% block breadcrumb %} {{ block.super }} {% url 'chrono-manager-events-type-list' as object_list_url %} {% trans "Events types" %} {% include 'chrono/includes/application_breadcrumb_fragment.html' with title_no_application=_('Events types outside applications') %} {% endblock %} {% block appbar %} {% include 'chrono/includes/application_appbar_fragment.html' with title_no_application=_('Events types outside applications') title_object_list=_('Events types') %} {% endblock %} {% block content %}

{% trans "Define here events types to set on events agendas." %}

{% if object_list %}
{% elif not no_application %}
{% blocktrans trimmed %} This site doesn't have any events type yet. Click on the "New" button in the top right of the page to add a first one. {% endblocktrans %}
{% endif %} {% endblock %} {% block sidebar %} {% if not application and not no_application %} {% endif %} {% endblock %}