{% extends 'base/base.html' %} {% load static %} {% block content %}
Students Academic Info
Academic Year: {{ single_student.academic_year }}
Admission Date: {{ single_student.admission_date }}
Admission ID: {{ single_student.admission_id }}
Class: {{ single_student.class_type }}
Section: {{ single_student.section_type }}
Shift: {{ single_student.shift_type }}
Students Personal Info
{{ single_student.name }}
Fathers Info
Fathers Name: {{ single_student.fathers_name }}
Fathers NID: {{ single_student.fathers_nid }}
Contact Number: {{ single_student.fathers_number }}
Mothers Info
Mothers Name: {{ single_student.mothers_name }}
Mothers NID: {{ single_student.mothers_nid }}
Contact Number: {{ single_student.mothers_number }}
{% endblock %}