{% include 'partials/error-meg.html' %}
Student List
Total students: {{ total_students }}
ID | Name | Fees Paid Status | Action | |
---|---|---|---|---|
{{ forloop.counter }} | {{ student.student.student_name }} {{ student.student.student_last }} | {{ student.student.student_email }} | {{ student.student.fees_paid_status }} |
{% if user.role == 'visa_manager' %}
{%if student.visa.visa_process == "Prepare Final Admission Letter"%}
Send mail
{%endif%}
{%endif%}
|
No records found. |