{% extends "ui/templates/base/layout.html" %} {% block content %}
| Invoice No | Date | Account | Total | Status | |
|---|---|---|---|---|---|
| {{ row.invoice_no }} | {{ row.invoice_date }} | {{ row.account.display_name if row.account else row.account_id }} | ₹ {{ '%.2f'|format(row.total_amount or 0) }} | {{ row.status }} | View |
| No platform invoices found. | |||||