{% extends "base.html" %} {% block content %}
| Date | Description | Amount |
|---|---|---|
| {{ fmt_epoch(txn.posted) }} |
{{ txn.description }}
{% if txn.payee and txn.payee != txn.description %}
{{ txn.payee }} {% endif %} |
{{ txn.amount }} |
No transactions cached for this account.
{% endif %} {% endblock %}