{% do _render_.component_attrs.setdefault('data-component-class', 'ListRangeFilter') -%}
{% block controls -%}
{% block input_from -%} {% set input -%} {% endset -%} {% if 'id_range_from' in _render_.errors -%}
{{ input }}
{{ ' / '.join(_render_.errors['id_range_from']) }}
{% else -%} {{ input }} {% endif -%} {% endblock input_from -%}
{% block input_to -%} {% set input -%} {% endset -%} {% if 'id_range_to' in _render_.errors -%}
{{ input }}
{{ ' / '.join(_render_.errors['id_range_to']) }}
{% else -%} {{ input }} {% endif -%} {% endblock input_to -%}
{% endblock controls -%}
{% block extra -%} {% endblock extra -%}
{% block buttons -%} Remove selection Apply {% endblock buttons -%}