{% for tx in transactions %} {% else %} {% endfor %}
DatumVerwendungszweckEmpfänger/ZahlerBetrag
{{ tx.booking_date.strftime('%d.%m.%Y') }} {{ tx.purpose }} {{ tx.counterparty }} {{ tx.amount|eur }} € {% if tx.is_duplicate %}Duplikat{% endif %}
Keine Buchungen in diesem Import.

Saldo-Status: {% if balance_ok is none %} Saldo-Prüfung: nicht verfügbar (Format ohne Saldodaten) {% elif balance_ok %} Saldo plausibel {% else %} Saldo-Differenz – bitte prüfen {% endif %} · Eröffnungssaldo: {{ statement.opening_balance|eur if statement.opening_balance is not none else '–' }} € · Endsaldo: {{ statement.closing_balance|eur if statement.closing_balance is not none else '–' }} € · Duplikate: {{ duplicates }}