{% extends "base" %} {% block head %} Transactions {% endblock %} {% block main %}

Transactions

These transactions have not been reviewed and do not have attached receipts.

{% for txn in transactions -%} {% endfor -%}
Description Date Amount
{{ txn.description }} {{ txn.date }} ${{ txn.amount }}
{% endblock %}