{% from "erpnext/templates/includes/macros.html" import field_filter_section, attribute_filter_section, discount_range_filters %} {% extends "templates/web.html" %} {% block header %} {% endblock header %} {% block script %} {% endblock %} {% block breadcrumbs %}
{% include "templates/includes/breadcrumbs.html" %}
{% endblock %} {% block page_content %}
{% if slideshow %} {{ web_block( "Hero Slider", values=slideshow, add_container=0, add_top_padding=0, add_bottom_padding=0, ) }} {% endif %}

{{ title }}

{% if description %}
{{ description or ""}}
{% endif %}
{% if sub_categories %}
{{ _('Sub Categories') }}
{% for row in sub_categories%}
{{ row.name }}
{% endfor %}
{% endif %}
{{ _('Filters') }}
{{ _('Clear All') }}
{{ field_filter_section(field_filters) }} {{ attribute_filter_section(attribute_filters) }}
{% if frappe.form_dict.start|int > 0 %} {% endif %} {% if items|length >= page_length %} {% endif %}
{% endblock %}