{% extends 'base.html' %} {% block title %}Access Denied — Rapha-Bethel BNPS{% endblock %} {% block content %}

Access Denied

{{ exception|default:"You don't have permission to view this page. If you believe this is a mistake, please contact your administrator." }}

Go Back Dashboard
{% if user.is_authenticated %}

Logged in as {{ user.get_full_name|default:user.username }} {% if user.staff_profile %} · {{ user.staff_profile.get_role_display }}{% endif %}

{% endif %}
{% endblock %}