{% extends "lingo/manager_base.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }} {% trans "Pricing" context 'pricing' %} {% endblock %} {% block appbar %}

{% trans 'Pricing' context 'pricing' %}

{% endblock %} {% block content %}
{% trans "Pricing models" %}

{% trans "Pricing models are used to define pricing on events agendas." %}

{% trans "Criterias" %}

{% trans "Define criterias to describe a pricing model." %}

{% trans "Pricings" context 'agenda pricing' %}

{% trans "Pricing attached to events agendas." %}

{% trans "Agendas" %}

{% trans "Configure avent agendas." %}

{% trans "Check types" %}

{% trans "Check types are used to check bookings." %}

{% endblock %}