{% extends 'base.html' %} {% load static %} {% load crispy_forms_tags %} {% block content %}
{% if left_product_search_form %} {% endif %} {% block extra_left_menu_items %} {% endblock extra_left_menu_items %} {% if product_root_categories %}
{% for category in product_root_categories %} {{ category.alt }} {{ category.name }} {% endfor %}
{% endif %} {% if contact_us_form %}
Не нашли нужную программу или разработчика? Заполните форму и с Вами свяжется наш специалист.
{% if contact_us_form_message %}
{{ contact_us_form_message }}
{% endif %} {% crispy contact_us_form %}
{% endif %}
{% if content_product_search_form %}
{% endif %}
{% if product_root_categories %} {% endif %} {% include 'components/breadcrumbs.html' %} {% block right_common_content %} {% endblock right_common_content %}
{% endblock content %}