{% extends "layout.html" %}
{% block title %}{% trans %}Not Authenticated{% endtrans %}{% endblock %}
{% block toptext %}
{% trans %}NOT AUTHENTICATED{% endtrans %}
{% endblock %}
{% block body %}
{% trans %}You are not authenticated, and there is no module that allows you to login from the web interface.{% endtrans %}
{% endblock %}