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