{% extends 'leprikon/list.html' %} {% load cms_tags i18n leprikon_tags %} {% block list %} {% if request.GET.PaymentOrderStatusID.0 == '3' %}
| {% trans 'Date' %} | {% trans 'Payment Type' %} | {% trans 'Registration' %} | {% trans 'Amount' %} | |
|---|---|---|---|---|
| {{ payment.accounted.date }} | {{ payment.transaction_type_label }} | {% endif %}{{ sub_payment.registration }} | {{ sub_payment.real_amount | currency }} | {% trans 'download' %} |
| {{ message_empty }} | ||||