{% load i18n %} {% load display_tags %} {% load static %} {% for finding in findings %} {% endfor %}
{{finding.id}} {{ finding.severity_display }} {% if finding.title %} {{ finding.title|truncatechars_html:60 }} {% else %} {{ finding.id }} {% endif %} {% if finding.cwe > 0 %} {{ finding.cwe|default:"" }} {% endif %} {% with finding|first_vulnerability_id as first_vulnerability_id %} {% if first_vulnerability_id %} {% if first_vulnerability_id|has_vulnerability_url %} {{ first_vulnerability_id }} {% else %} {{ first_vulnerability_id }} {% endif %} {% endif %} {% endwith %} {{ finding.epss_score|format_epss }} {{ finding.epss_percentile|format_epss }} {{ finding.date }} {{ finding.active }}