{% extends "lingo/invoicing/manager_regie_list.html" %} {% load i18n gadjo %} {% block page-title-extra-label %}{{ regie }} | {{ block.super }}{% endblock %} {% block breadcrumb %} {{ block.super }} {{ regie }} {% endblock %} {% block appbar %}

{% trans 'Regie' %} - {{ regie }}

{% endblock %} {% block content %}
{% with agenda_exists=regie.agenda_set.exists %} {% if regie.with_campaigns and agenda_exists or regie.with_campaigns and regie.fine_config %}

{% trans "Campaign" %}

{% endif %} {% endwith %}

{% trans "Invoice" %}

{% trans "Payment" %}

{% trans "Payer" %}

{% if show_non_invoiced_lines %}
{% endif %}
{% endblock %} {% block sidebar %} {% endblock %}