{% extends "base.html" %} {% block title %}{{ _("Forecast") }} · Wealth Dashboard{% endblock %} {% block heading %}{{ _("Forecast") }}{% endblock %} {% block lede %}
{{ _("Where the money is heading, starting from what the accounts add up to today. The return is your assumption, not a prediction — the page only does the arithmetic, and shows how much of the result is your own deposits.") }}
{% endblock %} {% block content %}| {{ _("Year") }} | {{ _("Value") }} | {{ _("You put in") }} | {{ _("Returns") }} |
|---|---|---|---|
| {{ p.year }} | {{ money(p.value, s.base_currency) }} | {{ money(p.contributed, s.base_currency) }} | {{ money(p.returns, s.base_currency) }} |
{{ _("Add the people in your household under Settings → People, each with a birthday, and this page will say where each of them stands for retirement.") }}
{% elif not retirement.blocks and retirement.without_birthday %}{{ _f("No birthday on file for {names}. Add one under Settings → People and the outlook appears here.", names=retirement.without_birthday | join(", ")) }}
{% endif %} {% for b in retirement.blocks %} {% set o = b.outlook %}{{ _f("{name} is already {age} — past the retirement age set here.", name=b.person.name, age=('%g' | format(b.age_now))) }}
{% endif %}{{ _f("No birthday on file for {names}. Add one under Settings → People and the outlook appears here.", names=retirement.without_birthday | join(", ")) }}
{% endif %}