diff --git a/counter/templates/counter/invoices_call.jinja b/counter/templates/counter/invoices_call.jinja index 8dd651e9..926974a4 100644 --- a/counter/templates/counter/invoices_call.jinja +++ b/counter/templates/counter/invoices_call.jinja @@ -4,11 +4,13 @@ {% trans %}Invoices call{% endtrans %} {% endblock %} +{% block notifications %}{# Notifications are moved below #}{% endblock %} + {% block content %}

{% trans date=start_date|date("F Y") %}Invoices call for {{ date }}{% endtrans %}

-

{% trans %}Choose another month: {% endtrans %}

- {% for m in months %} {% endfor %} @@ -19,7 +21,9 @@

{% trans %}CB Payments{% endtrans %} : {{ sum_cb }} €


+ {% include "core/base/notifications.jinja" %} + {% csrf_token %}