{% load i18n %} {% load ooi_extra %} {% spaceless %}
{% 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' %}{% translate 'Severity' %} | {% translate 'Occurences' %} | {% for severity in severity_summary %}
---|---|
{{ severity.risk_level }} | {{ severity.occurences }} | {% translate 'Total findings:' %} | {{ severity_summary_totals.total_occurences }} |