{% extends "root.html" %}{% load i18n %} {% block body %}

{% trans "Error 401: authentication required" %}

{% trans 'You must be logged in to access this page.' %}
{% endblock %}