{% load i18n ocyanjson %} {% ocyanjson "oscar_elasticsearch" "facet_list_size" 15 as facet_list_size %} {% with code=data.facet|cut:"." facet_options_count=data.unfiltered_buckets|length %}
{{ name }}
{% for item in items %} {% if facet_options_count > facet_list_size and facet_list_size == forloop.counter0 %} {% endif %} {% endfor %} {% if facet_options_count > facet_list_size %} {% endif %}
{% endwith %}