{% 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' %} {% endblock %} {% block content %}

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

{% if agenda_pricings %} {% else %}
{% blocktrans %} This agenda doesn't have any pricing defined yet. {% endblocktrans %}
{% endif %}

{% trans "Flat fee schedule pricings" %}

{% if agenda_pricings_flat %} {% else %}
{% blocktrans %} This agenda doesn't have any flat fee schedule pricing defined yet. {% endblocktrans %}
{% endif %}
{% endblock %}