{{ student.name }} - Details

{% if session['user'] == 'admin' %} Edit Edit Profile {% else %}

You are not an admin. Edit option will not be visible.

{% endif %}
{% if student.profile_pic %} {% else %}
No Image
{% endif %}

Payment History

{% if session['user'] == 'admin' %} ➕ Add Payment {% endif %}
{% for payment in payments %} {% endfor %}
Amount Date Status Screenshot Actions
{{ payment.amount }} {{ payment.paid_on }} {{ payment.status }} {% if payment.screenshot %} {% else %} No screenshot available {% endif %} {% if session['user'] == 'admin' %} ✏️ {% endif %}