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

Platform Plans

{% if can_manage %}New Plan{% endif %}
{% for row in rows %}{% else %}{% endfor %}
CodeNameForCycleBaseStatus
{{ row.code }}{{ row.name }}{{ row.target_account_type }}{{ row.billing_cycle }}₹ {{ '%.2f'|format(row.base_amount or 0) }}{{ 'Active' if row.is_active else 'Inactive' }}
No plans found.
{% endblock %}