{% load static %}{% load i18n grp_tags %}{% load compress %} {% if "test" in request.get_host %}** SERWER TESTOWY ** {% endif %}{% block title %}{% endblock %} {% block blockbots %} {% endblock %} {% compress css %} {% block stylesheets %} {% endblock %} {% endcompress %} {% block extrastyle %}{% endblock %} {% block javascripts %} {% compress js %} {# #} {% endcompress %} {% endblock %} {% block extrahead %}{% endblock %} {# #} {% include 'session_security/all.html' %}
{% if not is_popup %}

{% if grappelli_admin_title %}{{ grappelli_admin_title }}{% else %} {% get_admin_title %}{% endif %}

{% if user.is_authenticated and user.is_staff %} {% endif %} {% block nav-global %}{% endblock %}
{% endif %}
{% block messages %} {% if messages %} {% endif %} {% endblock %}
{% block pretitle %}{% endblock %} {% block content_title %}{% if title %}

{% if "test" in request.get_host %}Serwer testowy - {% endif %} {{ title }}

{% endif %}{% endblock %} {% block object-tools %}{% endblock %}
{% block content %} {{ content }} {% block filters %}{% endblock %} {% endblock %}
{% block footer %}{% endblock %} {% if "test" in request.get_host %} {# Najprostsza, naiwna identyfikacja serwera testowego - słowo 'test' w nazwie domeny. #} {% endif %}