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

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

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

{% trans "Define here pricings to attach to events agendas." %}

{% if object_list %}

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

{% trans "Flat fee schedule pricings" %}

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