{# Filter bar #}
{# Findings list #} {% if error_message %}
{{ error_message }}
{% elif findings %}
{% for finding in findings %} {% include "partials/_finding_card.html" %} {% endfor %}
{% if has_more %}
{% endif %} {% else %}
No findings match the current filters.
{% endif %}