{% extends "admin/login.html" %} {% load i18n static %} {% block extrastyle %} {{ block.super }} {% if password_login_disabled %} {% endif %} {% endblock %} {% block content %} {% if helsinki_provider_installed %}

Kirjaudu sisään Helsingin kaupungin työntekijän tunnuksella:

{% if not password_login_disabled %}

Jos sinulla on erilliset ylläpitotunnukset, kirjaudu sisään käyttäjätunnuksella ja salasanalla.

{% endif %}
{% endif %} {{ block.super }} {% if request.user and request.user.is_authenticated and helsinki_logout_url %}
{% csrf_token %}
{% endif %} {% if grappelli_installed %} {% endif %} {% endblock %}