{% load i18n %}
{% if is_red_teamer %}

{% translate 'Findings per organization' %}

{% else %}

{% translate 'Total findings' %}

{% endif %} {% for findings in findings_per_org_total %} {% spaceless %} {% endspaceless %} {% endfor %}
{% translate 'Organization' %} {% translate 'Total Findings' %} {% translate 'Details' %}
{% if perms.tools.view_organization or request.user.is_superuser %} {{ findings.organization.name }} {% else %} {{ findings.organization.name }} {% endif %} {{ findings|get_item:"meta"|get_item:"total" }}
{{ org }} {% translate ' Finding Details' %}

{{ org }} {% translate ' Finding Details' %}

{% for key, value in findings.meta.total_by_severity.items %} {% endfor %}
{% translate 'Severity' %} {% translate 'Occurences' %}
{{ key|title }} {{ value }}
{% if perms.tools.view_organization or request.user.is_superuser %}

{% translate 'Top critical organizations' %}

{% else %}

{% translate 'Critical findings' %}

{% endif %} {% for findings in findings_per_org_critical %} {% spaceless %} {% endspaceless %} {% endfor %}
{% translate 'Organization' %} {% translate 'Critical Findings' %} {% translate 'Details' %}
{% if perms.tools.view_organization or request.user.is_superuser %} {{ findings.organization.name }} {% else %} {{ findings.organization.name }} {% endif %} {{ findings|get_item:"meta"|get_item:"total_by_severity"|get_item:"critical" }}
{{ org }} {% translate ' Finding Details' %}

{{ org }} {% translate ' Finding Details' %}

    {% for key, value in findings.meta.total_by_severity.items %}
  • {{ key|title }} | {{ value }}
  • {% endfor %}