{% extends "chrono/manager_base.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }} {% trans "Check types" %} {% endblock %} {% block appbar %}

{% trans 'Check types' %}

{% trans 'New group' %} {% endblock %} {% block content %}

{% trans "Define here check types used in events agendas to check bookings." %}

{% for object in object_list %}

{{ object }} {% trans "Export"%} {% trans "Delete"%}

{% empty %}
{% blocktrans %} This site doesn't have any check type group yet. Click on the "New group" button in the top right of the page to add a first one. {% endblocktrans %}
{% endfor %} {% endblock %}