{% extends 'cmdbase/base.html' %} {% load i18n static %} {% block title %}Permission denied{% endblock %} {% block content %}

Permission denied

{% if not request.user.is_authenticated %}

{{ _("Log in") }}

{% endif %} {% if debug %}
{{ exception }}
{% endif %} {% endblock %}