{% extends 'base.html' %} {% load static %} {% load crispy_forms_tags %} {% load products_filters %} {% block content %}
{# just form search #} {% if left_product_search_form %} {% endif %} {% block extra_left_menu_items %} {% endblock extra_left_menu_items %} {% if the_product_category or product_categories %}
{% if the_product_category and the_product_category.parent %} {% if category.image %} {{ category.name }} {% endif %} Вернуться в {{ the_product_category.parent.name }} {% elif the_product_category %} Вернуться в Каталог {% endif %} {% if product_categories %} {% for category in product_categories %} {% if category.image %} {{ category.name }} {% endif %} {{ category.name }} {% endfor %} {% endif %}
{% endif %} {% if left_contact_us_form %}
Не нашли нужную программу или разработчика? Заполните форму и с Вами свяжется наш специалист.
{% if contact_us_form_message %}
{{ contact_us_form_message }}
{% endif %} {% crispy left_contact_us_form %}
{% endif %}
{% if content_product_search_form %}
{% endif %}
{% if hasCategories %} {% endif %} {% block right_common_content %} {% endblock right_common_content %} {% if content_contact_us_form %}
Не нашли нужную программу или разработчика? Заполните форму и с Вами свяжется наш специалист.
{% if contact_us_form_message %}
{{ contact_us_form_message }}
{% endif %} {% crispy content_contact_us_form %}
{% endif %}
{% endblock content %}