{% extends "base.html" %} {% block title %}{{ _("Add by hand") }} · {{ account.name }}{% endblock %} {% block heading %}{{ _f("Add to {name} by hand", name=account.name) }}{% endblock %} {% block lede %}

{{ _("For an account no bank connection and no export will describe. What you type in lands beside the imported rows and counts the same way: a purchase becomes part of the holding, a dividend is income, a fee is a fee.") }}

{% endblock %} {% block content %}
{% if error %}
{{ error }}
{% endif %} {# ── The security: a trade needs one; a dividend, a fee or a tax may concern one, and is filed against the holding when it does ── #}
{# ── A trade: how much, at what ───────────────────────────────── #}
{# ── Everything else: an amount, and for two kinds a direction ── #}

{{ _("Back to the account") }}

{% endblock %} {% block scripts %} {% endblock %}