{% if config['SHOW_SETS_DUPLICATE_FILTER'] %}
{% endif %}
{% include 'set/sort.html' %}
{% include 'set/filter.html' %}
{% if use_pagination %}
{% for item in collection %}
{% with index=loop.index0 %}
{% include 'set/card.html' %}
{% endwith %}
{% endfor %}
{% for item in collection %}
{% with index=loop.index0 %}
{% include 'set/card.html' %}
{% endwith %}
{% endfor %}