{% 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 Course Study Time Failures Absences Family Support Paid Class MidTerm Grade Final Grade Delete {% include 'administrator/students/forms/courses_form.html' %} Save Change Cancel {% endif %} {% endblock %}