Compliance Report

Regulation: {{ report.regulation }}

Generated: {{ generation_time }}

{% if logo_base64 %}
Logo
{% endif %}

Summary

Status: {{ "Compliant" if report.summary().compliant else "Non-compliant" }}

Passed Checks: {{ report.passed_checks|length }}

Issues: {{ report.issues|length }}

Warnings: {{ report.warnings|length }}

{% if charts.issues_by_severity_base64 %}
Issues by Severity
{% endif %} {% if report.issues %}

Issues

{% for issue in report.issues %} {% endfor %}
Component Issue Severity Recommendation
{{ issue.component }} {{ issue.issue }} {{ issue.severity|upper }} {{ issue.recommendation }}
{% endif %} {% if report.warnings %}

Warnings

{% for warning in report.warnings %} {% endfor %}
Component Warning Recommendation
{{ warning.component }} {{ warning.warning }} {{ warning.recommendation }}
{% endif %} {% if report.passed_checks %}

Passed Checks

{% endif %}