{% if payment.frozen == '1' %}

This payment is currently frozen!

Refund Status: {{ RefundStatus }}

{% endif %}
Account No Account Reference Payment Current Balance
{{ account.accountNumber }} {{ account.companyName }} {{ payment.reference }} {{ payment.description }} {{ d2_config('currency_symbol') }} {{ balance|number_format(2, '.', '') }}


Invoice No. Amount
{% for form in LinkedInvoiceForm %} {% if form.entity.amount != '0' %} {% endif %}
{{ form.invoice.docNo }} {{ d2_config('currency_symbol') }} {{ form.entity.amount|number_format(2, '.', '') }}
{% endfor %}



Log

{% for log in logs %} {% endfor %}
User Date Type Changes Note
{{ log.user }} {% if log.date %}{{ log.date|date('Y-m-d H:m:s') }}{% endif %} {{ log.type }}
+ See more

{{ log.changes|raw }}
{{ log.note }}