{% include 'partials/error-meg.html' %}
Student List {% if process %}of {{ process }}{% endif %}
{% if user.role == 'visa_manager'%}
{% endif %}
Total students: {{ total_students }}
ID | Name | Fees Paid Status | Action | |
---|---|---|---|---|
{{ forloop.counter }} | {% if user.role == 'accounted' %} {% if student.student.payment_confirmation %} {% else %} {% endif %} {% endif %} {{ student.student.student_name }} {{ student.student.student_last }} | {{ student.student.student_email }} | {{ student.student.fees_paid_status }} |
{% if user.role == 'visa_manager' %}
{%if student.student.payment_confirmation and not student.visa.submit_in_embassy == 'Visa Success' %}
Send mail
{%endif%}
{%endif%}
|
No records found. |