{% extends "ui/templates/base/layout.html" %} {% block content %}
| Code | Account | Plan | Cycle | Amount | Status |
|---|---|---|---|---|---|
| {{ row.subscription_code }} | {{ row.account.display_name if row.account else row.account_id }} | {{ row.plan.name if row.plan else row.plan_id }} | {{ row.billing_cycle }} | ₹ {{ '%.2f'|format(row.amount or 0) }} | {{ row.status }} |
| No subscriptions found. | |||||