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

Dashboard

{% if meta is none %}
No cached data — run Fetch first.
{% else %}
{{ account_count }}
Accounts
{{ institution_count }}
Institutions
{{ total_txns }}
Transactions
{{ last_fetch }}
Last Fetched

View accounts · Fetch now · Validate cache

{% endif %} {% endblock %}