{% 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 %} {% load notifications %} {# fix pycharm highlighting #} {% if request.user.is_authenticated %} {{ extraChannels|json_script:"extra-channels" }} {% else %} {# Użytkownik NIE jest autoryzowany -- wyrzuć mu za pomoca JScript (zeby wygladalo identycznie) #} {# listę statycznych komunikatów -- flash messages (tych co to pomiędzy requestami)... #} {% endif %} {% include "top_bar.html" %}
{% block before-breadcrumbs %}{% endblock %}
{% include "test_server_detection.html" %} {% 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 %}
{% include "base_footer.html" %}
{% load cookielaw_tags %} {% cookielaw_banner %}
{% cache 3600 google %} {% if GOOGLE_ANALYTICS_PROPERTY_ID %} {% include "ga.html" %} {% endif %} {% endcache %} {% endblock %}