{{ APP_TITLE }}

Table of Contents

Evaluation Date: {{ EVAL_DATE }}
User/Computer: {{ USER_INFO }}
Application: {{ APP_NAME }}

Regulations Assessed

Control Evaluation Summary

Total Controls Evaluated: {{ TOTAL_POLICIES }}

✔ Passed Controls: {{ GREEN_COUNT }}
✖ Failed Controls: {{ RED_COUNT }}

Executive Summary

{{ EXEC_SUMMARY }}

Policy Evaluation Results

{% for policy in POLICY_RESULTS %} {% if policy.is_nested %}
{{ policy.policy }} {{ policy.summary.success_rate }}
Total: {{ policy.summary.total }} Passed: {{ policy.summary.passed }} Failed: {{ policy.summary.failed }}
{% for path, details in policy.details.items() %}

{{ details.name }}

{% for metric_key, metric in details.metrics.items() %}
{{ metric.name }}: {{ metric.value }}
{% endfor %}
{% endfor %}
{% else %}

{{ policy.policy }}

{{ 'PASSED' if policy.result else 'FAILED' }}
{% for metric_key, metric in policy.metrics.items() %}
{{ metric.name }}: {{ metric.value }}
{% endfor %}
{% endif %} {% endfor %}

Terminology

{{ TERMINOLOGY | safe }}

Disclaimer

{{ FULL_DISCLAIMER }}