{% extends "partials/base.html" %} {% load static %} {% block content %} {% load custom_filters %}
{% include 'partials/error-meg.html' %}
{% block pagetitle %} {% include "partials/page-title.html" with pagetitle="Dashboard" title=request.session.role_name|add:' Dashboard' %} {% endblock pagetitle %}
img img img img

Welcome Back, {{request.user.first_name}} {{request.user.last_name}}

Have a Good day at work

img

{{student_count}}

Total Students

{% endblock content %}