{{ student.student_name|default:'' }} {{ student.student_last|default:'' }}
{{ student.program|default:'' }}
{{ student.intake_year|default:'' }}
{{ student.intake_month|default:'' }}
{{ student.student_email|default:'' }}
{{ student.student_owner_name|default:'' }}
{{ student.student_owner_email|default:'' }}
{{ student.passport_no|default:'' }}
{% comment %}
{{ student.date_of_birth|default:'' }}
{% endcomment %}
{% comment %}
{{ student.place_of_birth|default:'' }}
{% endcomment %}
{% comment %}
{{ student.whatsapp_no|default:'' }}
{% endcomment %}
{{ student.sender_name|default:'' }}
{{ student.total_fees|default:'' }}
{% comment %}
{% if student.discount %}{{ student.discount|default:'' }}{% else %}N/A {%endif%}
{% if student.discount %}{{ student.after_discount|default:'' }}{% else %}No Scholarship {%endif%}
{% endcomment %}
{{ student.administrative_cost|default:'' }}
{{ student.registration_fees|default:'' }}
{{ student.visa_Application_fees|default:'' }}
{{ student.accommodation_administration_cost|default:'' }}
{{ student.first_year_tuition_fees|default:'' }}
{{ student.received_amount|default:'0' }} €
{{ student.balance_fees|default:'0' }} €
{{ student.fees_paid_status|default:'' }}
{% if student.zoho_lead_id and student.year_1_tt_copy %}
View Attachment
{% else %}
No attachment found.
{% endif %}
{% if request.user.role == "visa_manager" %}
{% if student.zoho_lead_id and visa_student.year_3_tt_copy %}
View Attachment
{% else %}
No attachment found.
{% endif %}
{% if student.zoho_lead_id and visa_student.final_admission_letter %}
View Attachment
{% else %}
No attachment found.
{% endif %}
{% if student.zoho_lead_id and visa_student.year_2_tt_copy %}
View Attachment
{% else %}
No attachment found.
{% endif %}
{{ visa_student.visa_process|default:'N/A' }}
{% endif %}
{% if student.tt_copy_remark %}{{ student.tt_copy_remark|default:'' }}{% else %}N/A {%endif%}
{% if request.user.role == "visa_manager" %}
File Name |
Date Added |
Size |
View |
{% for attachment in attachments %}
|
{{ attachment.created_time }} |
|
|
{% empty %}
No attachments found |
{% endfor %}
{% endif %}
{% if not request.user.role == "accounted" %}
File Name |
Date Added |
View |
Status |
{% for doc in sorted_document_list %}
{{ doc }} |
{% with crm_documents|get_item:doc as crm_file %}
{% if crm_file %}
CRM uploaded |
|
Approved (CRM)
|
{% else %}
{% with visastudentdocuments|get_item:doc as uploaded_doc %}
{% if uploaded_doc %}
{{ uploaded_doc.uploaded_at|date:"Y-m-d H:i" }} |
|
{{ uploaded_doc.get_status_display }}
|
{% else %}
— |
|
Not uploaded
|
{% endif %}
{% endwith %}
{% endif %}
{% endwith %}
{% endfor %}
{% endif %}