{% if filter_tags %}
Filters: {% for key, value in filter_tags.items() %} {{ key }}: {{ value }} {% endfor %}
{% endif %}