{% extends "bare.html" %} {% load static static cache just_single_quotes bpp_version crispy_forms_tags %} {% block extrahead %} {{ block.super }} {% load session_security_tags %} {% load l10n %} {% if request.user.is_authenticated %} {% include 'session_security/dialog.html' %} {% endif %} {% endblock %} {% block body %} {% if request.user.is_authenticated %} {# fix pycharm highlighting #} {% endif %}
Menu
{% block before-breadcrumbs %}{% endblock %}
{% if password_change_required %}
Twoje hasło uległo przeterminowaniu. Proszę, zmień je używając poniższego formularza.
{% csrf_token %} {% crispy form %}{% if next %} {% endif %}
{% else %} {% block content %} {% endblock %} {% endif %}

{% if not request.user.is_anonymous %} zalogowany/a jako {{ request.user.username }} - {% endif %} Oprogramowanie Bibliografia Publikacji Pracowników © 2004-2019 IPLweb; wersja {% bpp_version %}
{% load cookielaw_tags %} {% cookielaw_banner %}
{% cache 3600 google %} {% if GOOGLE_ANALYTICS_PROPERTY_ID %} {% include "ga.html" %} {% endif %} {% endcache %} {% endblock %}