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

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

{% trans 'Criterias' %} {% trans 'New pricing model' %} {% endblock %} {% block content %}

{% trans "Define here pricing models used in events agendas." %}

{% if object_list %}
{% else %}
{% blocktrans %} This site doesn't have any pricing model yet. Click on the "New" button in the top right of the page to add a first one. {% endblocktrans %}
{% endif %} {% endblock %}