{% extends "base.html" %} {% block content %}

Fetch

Last successful fetch: {{ last_success_fmt }}

{% if not has_access_url %}
SIMPLEFIN_ACCESS_URL is not configured. Set it in .env before fetching.
{% else %}
{% endif %}

No fetch running.

Fetching from SimpleFIN…
{% if job.report %}

✓ Fetch complete in {{ job.report.duration_secs }}s — {{ job.report.accounts_seen }} accounts, {{ job.report.txns_new }} new transactions, {{ job.report.txns_duplicate }} duplicates skipped.

{% endif %}

Fetch failed: {{ job.error }}

{% endblock %}