{% extends "core/base.html" %} {% load static %} {% block title %}Access Restricted — SwiftPOS{% endblock %} {% block topbar_title %}Access Restricted{% endblock %} {% block content %}

Access Restricted

Your {{ user_role|title }} role doesn't have permission to access this feature. Please contact your administrator to request access.

Why am I seeing this?

Your company administrator has configured role-based access controls. Each feature can be individually enabled or disabled per role (Cashier, Manager). Only administrators can unlock access to restricted sections.

ONLY ADMIN CAN GIVE YOU ACCESS

{% endblock %}