{% extends 'base.html' %} {% block title %}Fees — Avighna{% endblock %} {% block content %}
| Student | Class | Amount | Status | |
|---|---|---|---|---|
| {{ row.student.name }} | {{ row.student.batch_or_class|default:"—" }} | ₹{{ row.amount }} | {% if row.paid %} ✅ Paid {% else %} ⏳ Pending {% endif %} | {% if not row.paid %} {% else %} View {% endif %} |
| No active students yet. | ||||