{% extends "base.html" %} {% block title %}Salden – Finanzberatung{% endblock %} {% block content %}

Salden

Salden am {{ stichtag.strftime('%d.%m.%Y') }}

{% for account, balance in balances %} {% else %} {% endfor %}
KontoSaldo
{{ balance|eur }} €
Keine Konten angelegt.
Gesamt {{ total|eur }} €

Monatsanfangs-Übersicht

Stand: Ende des Vortags (letzter Tag des Vormonats) — Buchungen am 1. eines Monats zählen bewusst noch nicht zum "Anfangs"-Saldo, sonst würde der Monatsanfang durch Buchungen des laufenden Monats verzerrt.

{% for account in accounts %}{% endfor %} {% for row in months %} {% for account, value in row['values'] %} {% endfor %} {% else %} {% endfor %}
Monat{{ account.name }}Gesamt
{{ row['month'].strftime('%m.%Y') }}{{ value|eur }} €{{ row['total']|eur }} €
Keine bestätigten Buchungen vorhanden.
{% if accounts_without_anchor %}

Fußnote „ohne Anker — relative Werte" (Basis 0 statt Datei-Kontostand) gilt für: {{ accounts_without_anchor|map(attribute='name')|join(', ') }}.

{% endif %} {% endblock %}