{% extends "lingo/pricing/manager_home.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }} {% trans "Pricing models" %} {% endblock %} {% block appbar %}

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

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