{% 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 %}| {{ _("Bank") }} | {{ _("Account") }} | {{ _("Started") }} |
|---|---|---|
| {{ p.aspsp_name }} {{ p.aspsp_country }} | {{ p.account_name or '—' }} | {{ d(p.created_at) }} |
{{ _("One connection is in progress, so pasting just the code works too — but the whole URL is easier and always right.") }}
{% endif %}{{ _("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.") }}