Payment Reports
{% if not unpaid_users %}
{% endif %}
No unpaid bills — all users have submitted payment!
{% else %}
| Sr. | {% for dbname, marathi in fields.items() %}{{ marathi }} | {% endfor %}Actions |
|---|---|---|
| {{ user.sr_no or '-' }} | {% for dbname, marathi in fields.items() %}{{ user[dbname] or '-' }} | {% endfor %}
{% if not paid_users %}
No payments awaiting approval.
{% else %}
{% endif %}
{% if not approved_users %}
{% endif %}
No approved payments yet.
{% else %}
| Sr. | {% for dbname, marathi in fields.items() %}{{ marathi }} | {% endfor %}Status | Actions |
|---|---|---|---|
| {{ user.sr_no or '-' }} | {% for dbname, marathi in fields.items() %}{{ user[dbname] or '-' }} | {% endfor %}Approved |