{% extends 'base.html' %} {% block title %} 403 Error Permission denied {% endblock title %} {% block page_style %}{% endblock page_style %} {% block page_js %}{% endblock page_js %} {% block page_content %}

{% if exception %} {{ exception }} {% else %} Permission denied to access page {% endif %}

{% endblock page_content %}