{% load pdftags %}
My Company Ltd
Business Physical location
Joe Road
Nairobi - Kenya
(254) 7** *** ***
Statement
Holder:
{{names}}
Account:
{{account}}
Balance:
{{balance}}
Date:
{{req_date}}
Period:
{{period}}
{% for h in headers %}
{{h}}
{% endfor %}
{% for t in trans %}
{{t.created}}
{{t.direction}}
{{t.reason}}
{{t.reference}}
{{t.transaction_value}}
{{t.agent_balance}}
{% endfor %}