{% extends "pythonnest/base.html" %}{% load i18n %} {% block content %}
{% trans "Error 401: authentication required" %}
{% trans 'You must be logged in to access this page.' %}
{% endblock %}