{% extends "lingo/pricing/manager_agenda_list.html" %} {% load i18n %} {% block breadcrumb %} {{ block.super }} {{ agenda }} {% endblock %} {% block appbar %}

{{ agenda }} [{% trans "identifier:" %} {{ agenda.slug }}]

{% with chrono_url=object.get_chrono_url %}{% if chrono_url %}{% trans "Agenda options" %}{% endif %}{% endwith %} {% trans 'Export' %} {% trans 'New pricing' %} {% endblock %} {% block content %}

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

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

{% trans "Booking check options" %} {% trans 'Configure' %}

{% endblock %}