{% extends "base.html" %} {% block title %}{{ _("Banks & formats") }} · Wealth Dashboard{% endblock %} {% block heading %}{{ _("Banks & formats") }}{% endblock %} {% block lede %}
{{ _("What the import page can read, by name: the statement PDFs of banks and brokers, the CSV exports it knows outright, and the statement formats every bank writes alike. Drop the file on an account's import page — it is recognised by what is in it.") }}
{% endblock %} {% block content %}{{ _f("{n} banks, brokers and formats. Type a name to find yours; a bank not here is read through a CSV mapping you draw once, or send a redacted statement and it becomes a reader.", n=catalogue | length) }}
| {{ r.name }} | {{ r.what }} | {% for k in r.kinds %}{{ k }} {% endfor %} |
{{ _("Nothing by that name — a CSV of it can still be mapped once, below the file field.") }}