Student Management System

Enter and view student details below.

Add New Student

Registered Students

{% for student in students %} {% else %} {% endfor %}
ID Student Name Age Parent Contact Numbers Grade School Address Memorizing
{{ student['id'] }} {{ student['student_name'] }} {{ student['age'] }} {{ student['parent_name'] }}
P1: {{ student['parent_phone_1'] }} {% if student['parent_phone_2'] %}P2: {{ student['parent_phone_2'] }}{% endif %} {% if student['student_phone'] %}S: {{ student['student_phone'] }}{% endif %}
{{ student['grade'] }} {{ student['school_name'] }} {{ student['address'] }} {{ student['memorizing'] }}
No students have been added yet.