{% extends "customer_main.html" %} {%load static%} {% block content %}
{{order.status}} {{order.orderstatus.set_all.last.status}} - {{order.orderstatus.set_all.last.date}}
{% endif %}Remaining Balance: ${{order.remaining_balance}}
Order Items
{{item.item.title}}
${{item.item.amount}}
Amount | Date Due | Date Paid | Comment | Payment |
---|---|---|---|---|
${{payment.amount}} |
{% if payment.date_due %}
{{payment.date_due}} {% else %}- {% endif %} |
{% if payment.date_paid %}
{{payment.date_paid}} {% else %}UNPAID {% endif %} |
Comment |
{% for type in payment.type.all %}
{{type.name}} |