{% extends "lingo/manager_base.html" %} {% load i18n %} {% block appbar %}

{% trans 'Payments' context 'lingo title' %}

{% endblock %} {% block content %}
{% if pricing_access %} {% trans "Pricing - Pricings"%}

{% trans "Pricings attached to events agendas." %}

{% endif %} {% if regie_access %} {% trans "Invoicing - Regies" %}

{% trans "Regies and their campaigns, invoices, payments." %}

{% endif %} {% if backend_access %} {% trans "E-Payment" %}

{% trans "Online payment platforms." %}

{% endif %}
{% endblock %}