{% 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." %}