{# Filter bar #}
| Control ID | Title | Framework | Status | Resources | Severity | Cross-mapped |
|---|---|---|---|---|---|---|
| {{ control.control_id }} | {{ control.control_title }} | {{ control.framework }} | {% if control.status == "pass" %} PASS {% elif control.status == "fail" %} FAIL {% else %} MANUAL {% endif %} | {{ control.resource_count - control.failing_resources }}/{{ control.resource_count }} | {% if control.severity == "critical" %} Critical {% elif control.severity == "high" %} High {% elif control.severity == "medium" %} Medium {% elif control.severity == "low" %} Low {% endif %} | {% for cm in control.cross_mapped[:3] %} {{ cm }} {% endfor %} {% if control.cross_mapped | length > 3 %} +{{ control.cross_mapped | length - 3 }} {% endif %} |