{% extends 'base.html' %} {% block title %}Access Denied — Rapha-Bethel BNPS{% endblock %} {% block content %}
{{ exception|default:"You don't have permission to view this page. If you believe this is a mistake, please contact your administrator." }}
{% 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 %}