{% load pdftags %}
Statement
Holder:{{names}}
Account:{{account}}
Balance:{{balance}}
Date:{{req_date}}
Period:{{period}}
{% for h in headers %} {% endfor %} {% for t in trans %} {% endfor %}
{{h}}
{{t.created}} {{t.direction}} {{t.reason}} {{t.reference}} {{t.transaction_value}} {{t.agent_balance}}