{% extends "base.html" %} {% block title %}Payments — {{ account.name }}{% endblock %} {% block page_title %}Card Payments{% endblock %} {% block topbar_actions %} Pay Card {% endblock %} {% block content %}
| Date | Description | From Account | Amount Paid |
|---|---|---|---|
| {{ txn.date.strftime('%b %d, %Y') }} |
{{ txn.description }}
{% if txn.notes %}{{ txn.notes | truncate(60) }} {% endif %}
|
{{ txn.account.name if txn.account else '—' }} | +{{ txn.amount | currency }} |
No payments recorded yet
Use "Pay Card" to record a payment from your checking or savings account.
Record First Payment