| Sender | Reference | Date | Amount | |
|---|---|---|---|---|
| {{ transaction.sender_name }} | {{ transaction.reference | truncate(length=40) }} | {{ transaction.date }} | {% if transaction.amount >= 0 %}{{ transaction.amount | round(method="common", precision=2) }} | {% else %}{{ transaction.amount | round(method="common", precision=2) }} | {% endif %}
| {% if amount_sum >= 0 %} | {{ amount_sum | round(method="common", precision=2) }} | {% else %}{{ amount_sum | round(method="common", precision=2) }} | {% endif %}