{% extends "base/base.html" %} {% block content %}
| . | Filiale | Kunde | Bereich | Verursacher | RG-Nr. | RG-Datum | Tage | Mahnstufe | offen | Kunde offen ges. |
Kommentar |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ row.Standort_Name }} | {{ row.Kunde }} {% if row.Kunde.startswith("K") %} {% endif %} | {{ row.Bereich }} | {{ row.Verursacher }} {% if row.Verursacher == 'N.N.' %} {% endif %} | {{ row.Document_No }} | {{ row.Invoice_Date|date_format }} | {{ row.Tage }} | {{ row.Mahnstufe }} | {{ row.offen|number_format }} | {{ row.offen_Kunde_gesamt|number_format }} | {{ row.Kommentar_Fibu or '' }} |