Total: {{ policy.summary.total }}
Passed: {{ policy.summary.passed }}
Failed: {{ policy.summary.failed }}
{% for path, details in policy.details.items() %}
{% endfor %}
{{ details.name }}
{% for metric_key, metric in details.metrics.items() %}
{{ metric.name }}:
{{ metric.value }}
{% endfor %}