{% extends "base.html" %} {% block title %}{{ _("Finish connecting") }} · Wealth Dashboard{% endblock %} {% block heading %}{{ _("Finish connecting by hand") }}{% endblock %} {% block lede %}

{{ _("Some providers only accept an https redirect URL, which an app on your own network cannot have. Then the bank sends you to a page that does not exist — and that is fine. The authorisation code is in the address bar of that dead page. Copy the whole address and paste it here.") }}

{% endblock %} {% block content %} {% if pending %}

{{ _("Waiting to be finished") }}

{% for p in pending %} {% endfor %}
{{ _("Bank") }}{{ _("Account") }}{{ _("Started") }}
{{ p.aspsp_name }} {{ p.aspsp_country }} {{ p.account_name or '—' }} {{ d(p.created_at) }}
{% if pending|length == 1 %}

{{ _("One connection is in progress, so pasting just the code works too — but the whole URL is easier and always right.") }}

{% endif %}

{{ _("Nothing is fetched from this address — it is only read for the code and state it carries.") }}

{% else %}

{{ _("No connection is waiting to be finished.") }}

{{ _("Start one from an account, then come back here if the bank leaves you on a page that will not load.") }}

{{ _("Back to accounts") }}

{% endif %} {% endblock %}