@ -65,6 +65,11 @@
</div>
<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>
{% endif %}
{% if category.hide_products %}
{% for child in category.childs.order_by('priority') %}
{% include 'includes/category_category_thumb.jinja' with context %}