{% load static %}
Student System
CHMSC STUDENT REQUISITION MANAGEMENT
{% if user.is_authenticated %}
Home
{% else %}
Home
{% endif %}
About
(current)
Departments
Contact Us
{% if user.is_authenticated %}
Logout
{% endif %}
Digital Student Requisition System
{% block body_block %} {% endblock %}