{{ institution_name }}

Account Statement

Account Holder: {{ account_holder }}

Account Number: {{ account_number }}

Statement Period: {{ start_date }} - {{ end_date }}

Opening Balance ${{ opening_balance }}
Closing Balance ${{ closing_balance }}
{% for tx in transactions %} {% endfor %}
Date Description Debit Credit Balance
{{ tx.date }} {{ tx.description }} {% if tx.debit %}${{ tx.debit }}{% endif %} {% if tx.credit %}${{ tx.credit }}{% endif %} ${{ tx.balance }}