{% load i18n %} {% load ooi_extra %} {% spaceless %}

{% translate 'Findings' %}

{% translate 'Overview of the number of findings found on' %} {{ ooi.get_ooi_type }} "{{ ooi.human_readable }}" {% translate 'and their severity.' %}

{% translate 'Findings can occur multiple times. To give better insight the following table shows the number of unique findings found as well as the number of occurences.' %}

{% translate 'See finding details' %}
{% for severity in severity_summary %} {% endfor %}
{% translate 'Severity' %} {% translate 'Occurences' %}
{{ severity.risk_level }} {{ severity.occurences }}
{% translate 'Total findings:' %} {{ severity_summary_totals.total_occurences }}
{% endspaceless %}