Regulation: {{ report.regulation }}
Generated: {{ generation_time }}
Status: {{ "Compliant" if report.summary().compliant else "Non-compliant" }}
Passed Checks: {{ report.passed_checks|length }}
Issues: {{ report.issues|length }}
Warnings: {{ report.warnings|length }}
Component | Issue | Severity | Recommendation |
---|---|---|---|
{{ issue.component }} | {{ issue.issue }} | {{ issue.severity|upper }} | {{ issue.recommendation }} |
Component | Warning | Recommendation |
---|---|---|
{{ warning.component }} | {{ warning.warning }} | {{ warning.recommendation }} |