{% extends "admin/login.html" %} {% load i18n %} {% block extrahead %} {% if not user.is_authenticated %} {% endif %} {% endblock %} {% block content %} {% if user.is_authenticated %}

{% translate 'Access denied' %}

{% translate 'Sorry, but it seems that you don’t have access to this page.' %}

{% endif %} {% endblock %}