{% load i18n %}
{% translate 'Severity' %} {% translate 'Unique' %} {% translate 'Total occurrences' %}
critical {{ meta.total_by_severity_per_finding_type.critical }} {{ meta.total_by_severity.critical }}
high {{ meta.total_by_severity_per_finding_type.high }} {{ meta.total_by_severity.high }}
medium {{ meta.total_by_severity_per_finding_type.medium }} {{ meta.total_by_severity.medium }}
low {{ meta.total_by_severity_per_finding_type.low }} {{ meta.total_by_severity.low }}
recommendation {{ meta.total_by_severity_per_finding_type.recommendation }} {{ meta.total_by_severity.recommendation }}
total findings {{ meta.total_finding_types }} {{ meta.total }}