{% if property.pivot.filter_type == 'range' %}
{% set min = __SELF__.getMinValue(values) %}
{% set max = __SELF__.getMaxValue(values) %}
{% endif %}
{% partial __SELF__ ~ '::' ~ property.pivot.filter_type
id = property.id
slug = property.slug
values = values
min = min
max = max %}