{% extends "base.html" %} {% load static %} {% block content %} {% if error %} {% if error == 'AUTH_FAILED' %}
Authentication failed
{% else %}{% if error == 'AUTH_DISABLED' %}Your account is disabled
{% else %}{% if error == 'AUTH_DENIED' %}You did not allow access
{% endif %} {% endif %} {% endif %} {% endif %} {% endblock %}