{% extends 'administrator/base.html' %} {% block title %}Student's Profile{% endblock %} {% block body %} {% load static %} {% load widget_tweaks %}

Student Information

{% if student_id %}
{% else %} {% endif %}
{% include 'administrator/students/forms/add_student.html' %}
{% if student_id %}

Student Courses

{% include 'administrator/students/forms/courses_form.html' %}
Course Study Time Failures Absences Family Support Paid Class MidTerm Grade Final Grade Delete
{% endif %}
{% endblock %}