Profiles in ComplianceAsCode
{{% for product in products|sort(attribute="name") %}}
{{{ product.name }}}
{{% for profile in product.profiles|sort(attribute="title") %}}
{{{ profile.title }}}
{{% endfor %}}
{{% endfor %}}