{% for key, policy in policies.items() %}
📋 {{ policy.name }} {{ policy.id }}
{{ policy.description }}
{% for attr in policy.attributes %}
{{ attr.display }}
{% if attr.help %}
{{ attr.help }}
{% endif %}
{% if attr.type == 'choice' %} {% else %} {% endif %}
{{ attr.field }}
{% endfor %}
{% endfor %}