diff --git a/pinaxcon/templates/registrasion/payment_list.html b/pinaxcon/templates/registrasion/payment_list.html new file mode 100644 index 0000000000000000000000000000000000000000..7c2edbc39365eacda201fc92f4fdc8acd41f03c3 --- /dev/null +++ b/pinaxcon/templates/registrasion/payment_list.html @@ -0,0 +1,16 @@ +{% if payments %} + + + + + + + {% for payment in payments %} + + + + + + {% endfor %} +
Payment timeReferenceAmount
{{payment.time}}{{payment.reference}}{{payment.amount}}
+{% endif %}