Rendered Policies
{{% for product in products|sort(attribute="name") %}}
{{{ product.name }}}
{{% for control_file in control_files|sort(attribute="id") %}}
{{{ control_file.id }}}: {{{ control_file.name }}}
{{% endfor %}}
{{% endfor %}}