{% load extratags %}
ID | Date | Description | {% if userNode.display_units_id %}Value as stored in accounts | {% endif %}
---|---|---|---|
{{pmt.id}} | {{pmt.date|date:"d M Y"}} |
{% ifequal pmt.sign '-' %}Paid {{pmt.get_currency.short_name|escape}} {{pmt.amount|myStrFormat:".2f"}}
to {{pmt.recipient_email|escape}}
{% else %}Received {{pmt.get_currency.short_name|escape}} {{pmt.amount|myStrFormat:".2f"}}
from {{pmt.payer_email|escape}}
{% endifequal %}
{% ifnotequal pmt.description "" %}
"{{pmt.description|slice:":40"|escape}}..." more |
{% endifnotequal %}
{% if userNode.display_units_id %}{% if pmt.currentValue %}{{userNode.get_display_units.short_name|escape}} {{pmt.sign}}{{pmt.currentValue|myStrFormat:".2f"}} {% else %}--{% endif %} | {% endif %}