{% extends "base.html" %} {% block title %}{{ _("New account") }} · Wealth Dashboard{% endblock %} {% block heading %}{{ _("Add an account") }}{% endblock %} {% block lede %}

{{ _("An account exists whether or not a bank is ever connected to it. Name it something you will recognise — you can connect it to your bank on the next screen, or type the balance in yourself and never connect it at all.") }}

{% endblock %} {% block content %}
{% if error %}
{{ error }}
{% endif %}
{{ _("Whose is it") }} {% if people %} {% for p in people %} {% endfor %}

{{ _("Tick one person, or several for a joint account. Nobody ticked means it shows only under Everyone.") }}

{% else %}

{{ _("No people yet. Add the household under Settings → People, and each account can be somebody's.") }}

{% endif %}
{% endblock %}