{% load i18n %} {% load ooi_extra %} {% spaceless %}
{% translate 'Severity' %} | {% translate 'Score' %} | {% translate 'Description' %} | {% translate 'Finding details' %} | {% for finding in findings %}
---|---|---|---|
{{ finding.risk_level_severity }} | {{ finding.risk_level_score }} {% if not finding.risk_level_source %} ({% translate 'marked "critical" because of unknown score' %}) {% endif %} | {{ finding.description }} | {% endif %}{{ finding.human_readable }} |