{% extends "base.html" %} {% load navigation_tags %} {% load get_system_setting %} {% block content %}
| {% dojo_sort request 'Name' 'title' %} | {% dojo_sort request 'Severity' 'numerical_severity' 'asc' %} | Verified | Active | Age | {% if "enable_jira"|get_system_setting %}Jira | {% endif %}
|---|---|---|---|---|---|
| {{ finding.title|truncatechars:60 }} {% for tag in finding.tags %} {{ tag }} {% endfor %} | {% if finding.severity == "Critical" or finding.severity == "High" %}
{% else %} {% endif %}{{ finding.severity }} | {{ finding.verified }} | {{ finding.active }} | {{ finding.age }} | {% if "enable_jira"|get_system_setting %}{{finding.jira.jira_key}} | {% endif %}
No findings found for this product.
{% endif %}