{% if view.filter_pills and filter_dict %}
{% for key, value in filter_dict.items %} {{ key|capfirst }} {% endfor %}
{% endif %}