{% extends "base.html" %} {% block title %}Forbidden{% endblock %} {% block content %}

Permission Denied

{% block sidebar %} {#% do not show the sidebar %#} {% endblock sidebar %} {% block topbar %} {#% do not show the top bar %#} {% endblock topbar %}
403

{% 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.


← Click here to log out.

{% endif %}
{% endblock content %}