Kontostand
{% if balance is not none %} {{ "%.2f"|format(balance) }} € {% else %} n/v {% endif %}
Einnahmen: {{ "%.2f"|format(total_income) }} €
Ausgaben: {{ "%.2f"|format(total_expenses) }} €
Saldo: {{ "%.2f"|format(total_saldo) }} €
| Datum | Name | Kategorie | Betrag |
|---|---|---|---|
| {{ t.date }} | {{ t.applicant_name }} | {{ t.category }} | {{ "%.2f"|format(t.amount) }} € |
Keine Transaktionen vorhanden.
{% endif %}