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