{% extends "base.html" %} {% load i18n %} {% block headtitle %} {% trans 'Permission Denied' %} (403) {% endblock headtitle %} {% block content %} {% trans "You don't have permissions to see this page!" %} {% endblock %}