{% load extratags %} {% if userNode.display_units_id %}{% endif %} {% for pmt in payments %} {% if pmt.amount %} {% endifnotequal %} {% if userNode.display_units_id %} {% endif %} {% endif %} {% endfor %}
IDDateDescriptionValue as stored
in accounts
{{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
{% if pmt.currentValue %}{{userNode.get_display_units.short_name|escape}} {{pmt.sign}}{{pmt.currentValue|myStrFormat:".2f"}} {% else %}--{% endif %}