{% extends "lingo/invoicing/manager_regie_list.html" %} {% load i18n %} {% block page-title-extra-label %}{% trans "Payer Settings" %}{% endblock %} {% block breadcrumb %} {% trans "Payments" context 'lingo title' %} {% trans "Regies" %} {% url 'lingo-manager-invoicing-payer-list' as object_list_url %} {% trans "Payer Settings" %} {% include 'lingo/includes/application_breadcrumb_fragment.html' with title_no_application=_('Payers outside applications') %} {% endblock %} {% block appbar %} {% include 'lingo/includes/application_appbar_fragment.html' with title_no_application=_('Payers outside applications') title_object_list=_('Payers') %} {% endblock %} {% block content %} {% if object_list %}
{% elif not no_application %}
{% blocktrans %} This site doesn't have any payer yet. Click on the "New" 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 %}