{% load currency %} {% load saas_tags %}

Transactions

{% for entry in transaction_list %} {% empty %} {% endfor %}
Date Description Amount
{{entry.created_at|date:"d M Y"}} {{entry|describe}} {% if entry|is_debit:organization %}-{% endif %}{{entry.dest_amount|usd}}
No Transactions
{% include "paginator.html" %}