|
|
|
@ -65,6 +65,11 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-xs-9 col-sm-9 col-md-9 col-lg-9 index-goods category-items"> |
|
|
|
<div class="col-xs-9 col-sm-9 col-md-9 col-lg-9 index-goods category-items"> |
|
|
|
|
|
|
|
{% if 'sale' in request.path %} |
|
|
|
|
|
|
|
<div class="alert alert-danger"> |
|
|
|
|
|
|
|
<span style="color: white">Уважаемые клиенты, на данный раздел индивидуальная скидка не распространяется!</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
{% if category.hide_products %} |
|
|
|
{% if category.hide_products %} |
|
|
|
{% for child in category.childs.order_by('priority') %} |
|
|
|
{% for child in category.childs.order_by('priority') %} |
|
|
|
{% include 'includes/category_category_thumb.jinja' with context %} |
|
|
|
{% include 'includes/category_category_thumb.jinja' with context %} |
|
|
|
|