{% if user.is_authenticated %} {% if user.get_username == "chief_warden" %}
Home
Add Room
Add Hostel
Student List
{% else %}
Profile
Hostel Details
Hostel Student List
{% endif %}
Logout
{% else %}
Home
Register
Student List
Login
Chief Warden Login
{% endif %}
{% block body_block %} {% endblock %}