{{% extends "html-template.html" %}} {{% block body %}} {{{ super() }}} {{% if policy.source %}} based on {{{ policy.source }}} {{% endif %}}
{{% for control in policy.controls -%}}

{{{ control.id }}}: {{{ control.title }}}

Description: {{{ control.description | safe }}}

Levels:

Automated: {{{ control.automated }}}

{{% if control.selections -%}} Selections: {{% else -%}}

No rules selected

{{%- endif %}}
{{% endfor -%}}
{{% endblock %}}