{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Access Denied" %}

{% trans "You're not authorized to access this content. Sorry." %}

{% endblock %}