{% extends "base.html" %} {% load i18n %} {% block page_title %}{% translate "Unauthorized" %}{% endblock %} {% block content %}

{% translate "Unauthorized" %}

{% translate "Please log in to use this application." %}

{% endblock %}