{% for p in policies %} {% set composite = p.method + ":" + p.path %} {% set row_slug = path_slug(composite) %} {% set path_key = composite | encode_path %}
{{ p.method }} {{ p.path }}
{{ p.limit }} {% if p.tiers %} +{{ p.tiers | length }} tiers {% endif %} {{ p.algorithm }} {{ p.key_strategy }}
{# Reset counters #} {# Edit policy #} {# Delete policy #}
{% endfor %}