{% extends "base.html" %} {% block title %}Forbidden{% endblock %} {% block content %}
{% if user.is_approved %} Forbidden {% else %} Profile Not Approved. {% endif %}
{% if user.is_approved %}You do not have permission to access this page. If you think this is a mistake, please contact us.
← Back to Dashboard {% else %}Your user profile is not yet approved. Please contact the system administrator for assistance.