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

Accounts

{% if accounts %} {% for item in accounts %} {% endfor %}
Institution Account Name Display ID Currency Transactions Last Fetched
{{ item.stub.connection.org_name }} {% if item.stub.display_id %} {{ item.stub.name }} {% else %} {{ item.stub.name }} {% endif %} {{ item.stub.display_id or item.stub.acctid }} {{ item.stub.currency }} {{ item.stub.txn_count }} {{ item.last_fetch_fmt }}
{% else %}
No accounts in cache. Fetch data first.
{% endif %} {% endblock %}