{% extends "core/base.html" %} {% load currency_filters %} {% 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" }} | {% money o.final_amount %} | {% money o.balance_amount %} | Pay |