{% extends "common/base.html" %}
{% load i18n %}
{% block content %}
    <h1>{% translate "Permission denied" %}</h1>
    <p>{% translate "You're not allowed to access this page." %}</p>
{% endblock %}