{% if(currentValue is not empty and currentValue[keyId] is defined ) %}
{% endif %}
{% set index = 0 %}
{% for value in keyBucket['values'] %}
{% if(value['value'] is not empty) %}
{% if(index == 2) %}
{{ 'filter.show-more' | trans }}
{% endif %}
{% set checked = (currentValue[keyId] is defined and currentValue[keyId] == value['value']) %}
{{ value['count'] }}
{% set index = index + 1 %}
{% endif %}
{% endfor %}
{% if(index > 2) %}