{% extends "getpaid/base.html" %} {% block content %}
Order title: {{ object.name }}
Order total: {{ object.total }} {{ object.currency }}
{% if order.status == 'W' %} {# {% if payment_form.fields.backend.choices|length > 1 %}
(refresh this page to refresh payments status)
| id | amount | status | backend | created on | paid on | amount_paid |
|---|---|---|---|---|---|---|
| {{ payment.pk }} | {{ payment.amount }} {{ payment.currency }} | {{ payment.status }} | {{ payment.backend }} | {{ payment.created_on }} | {{ payment.last_payment_on }} | {{ payment.amount_paid }} {{ payment.currency }} |