{% extends "admin/login.html" %} {% load static %} {% block extrastyle %} {{ block.super }} {% if password_login_disabled %} {% endif %} {% endblock %} {% block content %} {% if helsinki_provider_installed %} {% endif %} {{ block.super }} {% if request.user and request.user.is_authenticated and helsinki_logout_url %} {% endif %} {% if grappelli_installed %} {% endif %} {% endblock %}