custom/plugins/KsGeutherTheme/src/Resources/views/storefront/component/listing/filter/gbmed-custom-fields-filter-input.html.twig line 1

Open in your IDE?
  1. {% sw_extends '@Storefront/storefront/component/listing/filter/gbmed-custom-fields-filter-input.html.twig' %}
  2. {% block component_gbmed_custom_fields_filter_multi_input %}
  3.     {% if name == 'passung' %}
  4.         {% include '@KsGeutherTheme/storefront/component/listing/filter/filter-input-range-passung.html.twig' %}
  5.     {% else %}
  6.         {{ parent()}}
  7.     {% endif %}
  8. {% endblock %}