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

Platform Subscriptions

{% if can_manage %}New Subscription{% endif %}
{% for row in rows %}{% else %}{% endfor %}
CodeAccountPlanCycleAmountStatus
{{ 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.
{% endblock %}