{% extends "portal_base.html" %} {% block title %}Sales · Portal{% endblock %} {% block topbar_title %}Sales{% endblock %} {% block portal_content %}
No paid orders in this window.
{% endif %}No product sales yet.
{% endif %}| Product | SKU | Units | Revenue |
|---|---|---|---|
| {{ row.name }} | {{ row.sku }} | {{ row.units }} | {{ row.revenue }} {{ currency|upper }} |
| No paid line items in the last {{ days }} days. | |||
| Number | Customer | Amount | Status |
|---|---|---|---|
| {{ order.number }} | {{ order.customer_name|default:order.email }} | {{ order.amount }} {{ order.currency|upper }} | {{ order.get_status_display }} |
| No paid orders yet. | |||