{% extends "bare.html" %} {% load static %} {% load staticfiles %} {% load just_single_quotes %} {% load bpp_version %} {% block extrahead %} {{ block.super }} {% load i18n %} {% 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 %}
{% include "print-title.html" %}
{% if uczelnia.logo_www %} Logo {{ uczelnia.nazwa_dopelniacz }} {% endif %}

Bibliografia Publikacji Pracowników
{{ uczelnia.nazwa_dopelniacz }}

{% block global-nav %} {% load crispy_forms_tags %} {% crispy global_nav_form %}
{% endblock %}
{% load cookielaw_tags %} {% cookielaw_banner %} {% if password_change_required %}

Twoje hasło wygasło. Proszę, zmień je używając formularza poniżej:

{% csrf_token %}
Zmiana hasła {{ form.as_table }}{% if next %} {% endif %}
{% else %} {% block content %} {% endblock %} {% endif %}

{% if not request.user.is_anonymous %} zalogowany/a jako {{ request.user.username }} - {% endif %} wersja {% bpp_version %}  
{% if GOOGLE_ANALYTICS_PROPERTY_ID %} {% include "ga.html" %} {% endif %} {% endblock %}