| Control ID | Description | Status | Evidence | Recommendation |
|---|---|---|---|---|
| {{ chk.control_id }} | {{ chk.description }} | {% if chk.status == "pass" %} Pass {% elif chk.status == "fail" %} Fail {% elif chk.status == "partial" %} Partial {% else %} N/A {% endif %} | {{ chk.evidence }} | {% if chk.recommendation %} {{ chk.recommendation }} {% else %} — {% endif %} |
| Component ID | Name | Type | Replicas | Host | Port |
|---|---|---|---|---|---|
| {{ comp.id }} | {{ comp.name }} | {{ comp.type }} | {{ comp.replicas }} | {{ comp.host or "—" }} | {{ comp.port or "—" }} |