diff --git a/osinaweb/osinacore/templates/details_templates/customer-details.html b/osinaweb/osinacore/templates/details_templates/customer-details.html index f51b3e9a..9b05fe95 100644 --- a/osinaweb/osinacore/templates/details_templates/customer-details.html +++ b/osinaweb/osinacore/templates/details_templates/customer-details.html @@ -292,161 +292,165 @@ - -
Subscriptions
-Subscriptions
+Expires:{% if subscription.end_at %} {{subscription.end_at}} {% else %} No + Expiry {% endif %} +
+Expires:{% if subscription.end_at %} {{subscription.end_at}} {% else %} No - Expiry {% endif %} {{subscription.id}} -
-Payments
+ {% if customer_payments %} +Payments
+- Order - | -- Amount - | -- Date Due - | -- Date Paid - | -- Payment Method - | -- Comment - | -- Actions - | -
- {{payment.order.order_id}} - |
-
-
- ${{payment.amount}} - |
-
-
-
- {{payment.date_due}} - |
-
-
- {% if payment.date_paid %}
- {{payment.date_paid}} - {% else %} -UNPAID - {% endif %} - |
-
-
- {% for type in payment.type.all %}
-
- {{type.name}} + +
+
|
+
+ {% endfor %}
+
---|