{% extends "base.html" %} {% block content %} {% include "django_kerberos/autologin.html" %} {% if user.is_authenticated %}

Hello {{ user }}

{% if user.is_superuser %}

Admin

{% endif %}

Logout

{% else %}

Please login with kerberos or with your password

{% endif %} {% endblock %}