{% extends "base.html" %} {% block body_class %}template-404{% endblock %} {% block content %}

{% trans "Access Denied" %}

{% trans "You do not have permission to access this site." %}

{% trans "Try again" %}
{% endblock %}