{% extends "ui/templates/base/layout.html" %} {% block content %}

Platform Invoices

{% if can_create %}New Platform Invoice{% endif %}
{% for row in rows %}{% else %}{% endfor %}
Invoice NoDateAccountTotalStatus
{{ 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.
{% endblock %}