| {{ s.filename }} |
{{ s.bank }} |
{% if s.period_start and s.period_end %}
{{ s.period_start.strftime('%d.%m.%Y') }} – {{ s.period_end.strftime('%d.%m.%Y') }}
{% endif %}
|
{% if s.status == "draft" %}
wartet auf Bestätigung
{% elif s.status == "error" %}
Fehler: {{ s.error_message }}
{% elif s.status == "confirmed" %}
übernommen
{% else %}
{{ s.status }}
{% endif %}
|
{% if s.status == "draft" %}
Vorschau
Lädt…
{% elif s.status == "confirmed" %}
Bestätigt — Buchungen übernommen
{% else %}
{% endif %}
|
{% else %}