{% extends "base.html" %} {% load cms_tags my_cms_tags %} {% block content-main %}
{% placeholder "category-desc" %}
{% if current_page|placeholder_plugins_count:"category-desc" > 0 %} {# 1. Самый верхний баннер, который находится под блоком "Описание категории" #}
{% endif %}
{# Содержание #}
{% placeholder "page-teasers" %}
{% placeholder "article-contents" %}
{% if current_page|placeholder_plugins_count:"article-contents" > 0 %} {# 2. Второй баннер, который под блоком "Содержание" #}
{% endif %} {% placeholder "content-main" %} {% if current_page|placeholder_plugins_count:"content-main" > 0 %} {# 3. Баннер под блок "Контент 1" #}
{% endif %} {% placeholder "content-main2" %} {% if current_page|placeholder_plugins_count:"content-main2" > 0 %} {# 4. Баннер под блок "Контент 2" #}
{% endif %} {% placeholder "content-main3" %} {% if current_page|placeholder_plugins_count:"content-main3" > 0 %} {# 5. Баннер под блок "Контент 3" #}
{% endif %} {% placeholder "content-main4" %} {% if current_page|placeholder_plugins_count:"content-main4" > 0 %} {# 6. Баннер под блок "Контент 4" #}
{% endif %} {% placeholder "content-main5" %} {% if current_page|placeholder_plugins_count:"content-main5" > 0 %} {# 7. Баннер под блок "Контент 5" #}
{% endif %} {% placeholder "content-main6" %} {% if current_page|placeholder_plugins_count:"content-main6" > 0 %} {# 8. Баннер под блок "Контент 6" #}
{% endif %} {% placeholder "content-main7" %} {% if current_page|placeholder_plugins_count:"content-main7" > 0 %} {# 9. Баннер под блок "Контент 7" #}
{% endif %}
{% placeholder "page-teasers2" %} {% endblock %} {% block pre_footer %} {% if current_page|placeholder_plugins_count:"content-main6" > 0 and current_page|placeholder_plugins_count:"content-main7" > 0 %} {# skip #} {% else %} {# 10. баннер в подвале #} {% endif %} {% endblock %} {% block content-left %} {# вывести контент из левой колонки родителя #} {% show_uncached_placeholder "content-left" request.current_page.parent_id %} {% endblock %} {% block colmask-wrapper-add-class %}leftmenu{% endblock %} {# ВАЖНЫЙ КЛАСС! #} {% block colmid-div-start %}{% endblock %} {% block colmid-div-end %}{% endblock %} {% block col3-right %}{% endblock %}