Show patches with:
{% if filters.applied_filters %}
{% for filter in filters.applied_filters %}
{{ filter.name }} =
{{ filter.condition }}
{% if not filter.forced %}
{% endif %}
{% if not forloop.last %} | {% endif %}
{% endfor %}
{% else %}
none
{% endif %}
{% with patch_count=page.paginator.count %}
| {{ patch_count }}
patch{{ patch_count | pluralize:"es" }}
{% endwith %}