{% extends 'base.html' %} {% block content %}
Permission Denied
{% if exception %} You do not have permission to {{ exception }}. {% else %} You do not have permission to perform that operation. {% endif %}
{% endblock %}