If, for a field that you want to filter by, you have more than ~10 values, the filtering sidebar starts to be ugly and harder to use.
I\'m looking for a solution to
Use filter.html from feincms
{% load i18n %}
{{ title }}
{% if choices|slice:"4:" %}
-
{% else %}
{% for choice in choices %}
-
{{ choice.display }}
{% endfor %}
{% endif %}