{% extends "lingo/pricing/manager_pricing_list.html" %} {% load i18n %} {% block page-title-extra-label %}{% trans "Check types" %} | {{ block.super }}{% endblock %} {% block breadcrumb %} {% trans "Payments" context 'lingo title' %} {% trans "Pricings" %} {% url 'lingo-manager-check-type-list' as object_list_url %} {% trans "Check types" %} {% include 'lingo/includes/application_breadcrumb_fragment.html' with title_no_application=_('Check types outside applications') %} {% endblock %} {% block appbar %} {% include 'lingo/includes/application_appbar_fragment.html' with title_no_application=_('Check types outside applications') title_object_list=_('Check types') %} {% endblock %} {% block content %} {% if not application and not no_application %}

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

{% endif %} {% for object in object_list %}

{% include 'lingo/includes/application_icon_fragment.html' %} {{ object }} {% trans "Export"%} {% trans "Delete"%}

{% empty %} {% if not no_application %}
{% blocktrans trimmed %} 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 %}
{% endif %} {% endfor %} {% endblock %} {% block sidebar %} {% if not application and not no_application %} {% endif %} {% endblock %}