Filtered Objects
{{ filter.form.as_p }}
Filter
{% for obj in filter.qs %}
{{ obj.color.label }}
{% empty %}
No results found.
{% endfor %}