{% extends "admin/login.html" %} {% load i18n 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 %}
{% csrf_token %}
{% endif %} {% if grappelli_installed %} {% endif %} {% endblock %}