{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Authentication required" %}{% endblock %} {% block container_class %}container_narrow{% endblock %} {% block content %}
{% blocktrans %}
The page you requested requires you to authenticate.
Please use the login form on the right hand side.
{% endblocktrans %}