{% if filters.applied_filters %}
Found
{{patch_count}} patches matching:
{% for filter in filters.applied_filters %}
{{ filter.name }} = {{ filter.condition }}
{% if not filter.forced %}

{% endif %}
{% if not forloop.last %} | {% endif %}
{% endfor %}
(
Change filters)
{% else %}
Found
{{patch_count}} patches.
(
Add filters)
{% endif %}