{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Authentication required" %}{% endblock %} {% block container_class %}container_narrow{% endblock %} {% block content %}
{% if auth_fail %}
{% trans "Authentication failed!" %}
{% endif %} {{ form.as_table }}
{% trans "Register?" %}

{% trans "Authentication required" %}

{% blocktrans %} The page you requested requires you to authenticate.
Please use the login form on the right hand side. {% endblocktrans %}

{% endblock %}