{% load humanize %} {% load display_tags %} {% load authorization_tags %}
Name | Type | Lead | Date | Length | {% if system_settings.enable_jira %}JIRA {% endif %} | Tests | Active (Verified) | Mitigated | Accepted | All | Duplicates | {% if status == "paused" or status == "closed" %}Status | {% endif %}|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ eng.name|truncatechars_html:35|default:"N/A" }} {% if eng.version %} {{ eng.version }} {% endif %} {% include "dojo/snippets/tags.html" with tags=eng.tags.all %} | {{ eng.engagement_type }} | {% if eng.lead.get_full_name and eng.lead.get_full_name.strip %} {{ eng.lead.get_full_name }} {% else %} {{ eng.lead |default_if_none:""}} {% endif %} | {{ eng.target_start|date:"jS F" }} {% if eng.target_start|datediff_time:eng.target_end != "1 day" %} - {{ eng.target_end|date:"jS F" }}{% endif %} | {{ eng.target_start|datediff_time:eng.target_end }}
{% if status == "open" %}
{% if eng.is_overdue %}
{{ eng.target_end|overdue }} overdue
{% endif %}
{% if eng.count_tests == 0 %}
no tests
{% endif %}
{% if eng.count_findings_all == 0 %}
no findings
{% endif %}
{% endif %}
|
{% if system_settings.enable_jira %}
{{ eng|jira_project_tag }} | {% endif %}
{% if eng.count_tests %}
{% else %}
{{ eng.count_tests }}
{% endif %}
|
{{ eng.count_findings_open }} ({{ eng.count_findings_open_verified}}) | {{ eng.count_findings_close }} | {{ eng.count_findings_accepted }} | {{ eng.count_findings_all }} | {{ eng.count_findings_duplicate }} | {% if status == "paused" or status == "closed" %}{% if eng.status == "Blocked" %} {% elif eng.status == "On Hold" %} {% else %} {% endif %} {{ eng.status }} | {% endif %} {% endfor %}
No {% if status == "open" %}active{% elif status == "paused" %}paused{% else %}closed{% endif %} engagements found.