{% load navigation_tags %}
Findings
Filters
{% if extra_help %} {% endif %} {% include "dojo/report_filter_snippet.html" with form=filtered.form title=title%}
{% if findings %}
{% include "dojo/paging_snippet.html" with page=findings page_size=False %}
{% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %} {% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %} {% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %} {% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %} {% for finding in findings %} {% endfor %}
{% dojo_sort request 'Name' 'title' %}{% dojo_sort request 'Date' 'date' %}{% dojo_sort request 'Severity' 'numerical_severity' 'asc' %} Status{% dojo_sort request 'Product' 'test__engagement__product__name' %}
{{ finding.title }} {% include "dojo/snippets/tags.html" with tags=finding.tags.all %} {{ finding.date }} {{ finding.severity }} {{ finding.status }} {{ finding.test.engagement.product }}
{% include "dojo/paging_snippet.html" with page=findings page_size=False %}
{% endif %}