{% load static %} {% load i18n %} {% load template_filters %} {% get_current_language as LANGUAGE_CODE %} {% comment %} This template include basic anf main styles and js files, block with header and footer, which same in all pages, register, login, search popups blocks for add or change: title(title), styles(style), header(header), footer(footer) banners(header_banner), scripts(script), popups(popup) and blocks: main_part, top, search, catalog, announces, partners, services head with title block, style block {% endcomment %} {% include 'client/includes/meta.html' %} {% block og %}{% endblock %} {% if request.GET.debug == '1' %} {% else %} {% endif %} {% if request.GET.debug == '1' %} {% else %} {% endif %} {% block styles %} {% endblock %} {% block head_scripts %} {% endblock %} {% if request.GET.debug == '1' %} {% else %} {% endif %} {% comment %}

You are using an outdated browser. Please upgrade your browser or activate Google Chrome Frame to improve your experience.

{% endcomment %}
{% block header %} {% include 'client/includes/header.html' %} {% endblock %} {% block main_part %} {% endblock %} {% block top %} {% endblock %} {% block search %} {% endblock %} {% block catalog %} {% endblock %} {% block announces %} {% endblock %} {% block partners %} {% endblock %} {% block services %} {% endblock %} {% block footer %} {% include 'client/includes/footer.html' %} {% endblock %}
{% if not user.is_authenticated %} {% include 'client/popups/login.html' %} {% include 'client/popups/register.html' %} {% include 'client/popups/reg_send.html' %} {% endif %} {% include 'client/popups/callback.html' %} {% include 'client/includes/banners/popup.html' %} {% include 'client/includes/banners/popup_2.html' %} {% block popup_banner %} {% endblock %} {# if user doesnt have url- show form #} {% if 'partial_pipeline' not in request.session %} {% include 'client/popups/acquire_email.html' %} {% endif %} {% if not request.user.is_anonymous %} {% if not request.user.url %} {% include 'client/popups/user_information.html' with form=reg_complete %} {% if request.GET.debug == '1' %} {% else %} {% endif %} {% endif %} {% endif %} {% block popup %} {% endblock %}
{% block photogallery %} {% endblock %} {# js libs #} {% if request.GET.debug == '1' %} {% else %} {% endif %}