{% extends "home/main_dashboard.html" %} {% block dashboard %} {% load custom_tags %} Back {% if 'faculty' in request.session %}
S No.Name
Status
{{ forloop.counter }}.{{ student.name }}
You are not authorised to access the page.
{% endif %} {% endblock %}