{% extends "base.html" %} {% block content %}
| 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 }} |