{% extends "core/base.html" %} {% load static %} {% block title %}{{ customer.name }} — Customer Profile{% endblock %} {% block topbar_title %}Customer Profile{% endblock %} {% block content %}
| Order # | Date | Total | Balance | |
|---|---|---|---|---|
| {{ o.order_number }} | {{ o.created_at|date:"d M Y" }} | {{ currency_symbol }}{{ o.final_amount|floatformat:2 }} | {{ currency_symbol }}{{ o.balance_amount|floatformat:2 }} | Pay |