{% extends "ui/templates/base/layout.html" %} {% block content %}
| Code | Name | For | Cycle | Base | Status |
|---|---|---|---|---|---|
| {{ 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. | |||||