{% set status_name = workflow_run.status.name %} {% if status_name == 'COMPLETED' %} {{ status_name | format_status }} {% elif status_name == 'FAILED' %} {{ status_name | format_status }} {% elif status_name == 'PARTIAL' %} {{ status_name | format_status }} {% else %} {{ status_name | format_status }} {% endif %} {{ workflow_display_name }}
{% if report_run_id %} Download Report {% elif workflow_run.status.value in (2, 3, 6) and target %} {% endif %} {% if has_evidence_zip and report_run_id %} Download Evidence Pack {% endif %} Export JSON {% if has_audit_findings %} Download SARIF {% else %} Download SARIF {% endif %}
{% if target %}
Target: {{ target.name }} {% if target.uri %} {{ target.uri }} {% endif %}
{% endif %} {% if duration_display %}
Duration: {{ duration_display }}
{% endif %}
{% if child_runs %}
{% for child in child_runs %} {{ child.module }}: {{ child.status.name | format_status | lower }} {% endfor %}
{% endif %} {% if finding_counts %}
{% for sev_name, count in finding_counts.items() %} {% if count > 0 %} {{ count }} {{ sev_name }} {% endif %} {% endfor %}
{% endif %}