{% extends "lingo/manager_homepage.html" %} {% load i18n %} {% block page-title-extra-label %}{% trans "Pricings" %}{% endblock %} {% block breadcrumb %} {{ block.super }} {% url 'lingo-manager-pricing-list' as object_list_url %} {% trans "Pricings" %} {% include 'lingo/includes/application_breadcrumb_fragment.html' with title_no_application=_('Pricings outside applications') %} {% endblock %} {% block appbar %} {% include 'lingo/includes/application_appbar_fragment.html' with title_no_application=_('Pricings outside applications') title_object_list=_('Pricings') %} {% endblock %} {% block content %} {% if not application and not no_application %}

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

{% endif %} {% if object_list %}

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

{% trans "Flat fee schedule pricings" %}

{% elif not no_application %}
{% blocktrans trimmed %} 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 %} {% block sidebar %} {% if not application and not no_application %} {% endif %} {% endblock %}