{% extends 'error-base.html' %}
{% load i18n media %}
{% block icon %}
{% endblock %}
{% block title %}{% translate 'Creme — 403 Error' %}{% endblock %}
{% block error_message %}{% translate 'Your are not allowed to access this page.' %}{% endblock %}