{% extends "base.html" %} {% block content %} {% include "django_kerberos/autologin.html" %} {% if user.is_authenticated %}
Hello {{ user }}
{% if user.is_superuser %} {% endif %} {% else %}Please login with kerberos or with your password
{% endif %} {% endblock %}