{% extends "lingo/pricing/manager_agenda_pricing_list.html" %} {% load i18n %} {% block page-title-extra-label %}{% trans "Pricing models" %} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }} {% trans "Pricing models" %} {% endblock %} {% block appbar %}

{% trans 'Pricing models' %}

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

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

{% if object_list %}
{% else %}
{% blocktrans trimmed %} 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 %}