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