{% extends 'base_catalog.html' %} {% load i18n %} {% load template_filters %} {% block bread_scrumbs %}
{% endblock %} {% block page_title %} {% endblock %} {% block content_list %} {% if not object.paid %} {% include 'client/includes/exposition/exposition_object.html' with exposition=object %} {% else %} {% include 'client/includes/exposition/expo_paid.html' with exposition=object %} {% endif %} {% endblock %} {% block paginator %} {% endblock %} {% block popup%} {% if not request.COOKIES.popover_test1 %} {% with theme_ids=object.theme_ids %} {% if 32 in theme_ids %} {% with r=False|random5 %} {% if r == 1 %} {% include 'client/popups/auto_modal.html' %} {% endif %} {% if r == 2 %} {% include 'client/popups/auto_banner.html' %} {% endif %} {% if r == 3 %} {% include 'client/popups/cemat_modal.html' %} {% endif %} {% if r == 4 %} {% include 'client/popups/cemat_banner1.html' %} {% endif %} {% if r == 5 %} {% include 'client/popups/cemat_banner2.html' %} {% endif %} {% endwith %} {% else %} {% if 54 in theme_ids or 26 in theme_ids or 22 in theme_ids or 15 in theme_ids or 44 in theme_ids or 30 in theme_ids %} {% with r=False|random3 %} {% if r == 1 %} {% include 'client/popups/cemat_modal.html' %} {% else %} {% if r == 2 %} {% include 'client/popups/cemat_banner1.html' %} {% else %} {% include 'client/popups/cemat_banner2.html' %} {% endif %} {% endif %} {% endwith %} {% else %} {% if 2 in theme_ids %} {% if False|random_social %} {% include 'client/popups/auto_modal.html' %} {% else %} {% include 'client/popups/auto_banner.html' %} {% endif %} {% endif %} {% endif %} {% endif %} {% endwith %} {% endif %} {% endblock %}