{% load static %} {% block title %}Dashboard{% endblock %} {% comment %} {% endcomment %} {% block Style %} {% endblock Style %} {% if request.user.is_superuser or request.user.role == 'central_admin' or request.user.role == 'section_admin' or request.user.role == 'employee' %}

Welcome Back {% if request.user.role == 'employee' %} Employee {% elif request.user.role == 'section_admin' %} Category Admin {% else %} Super Admin {% endif %}

Monitor your business analytics and statistics.

{% block content %} {% endblock %}
{% else %}

Permission Denied

You do not have the required privileges to access this admin section. If you believe this is an error, please contact the system administrator.

Go Back
{% endif %} {% block JS %} {% endblock %}