Redactions applied to this request
{% if redactions %}
{% for r in redactions %}
{{ r.get('rule') or r.get('name') or 'redaction' }}
{% if r.get('where') %}
at {{ r.get('where') }}
{% else %}
applied to body
{% endif %}
×{{ r.get('count', 1) }}
{% endfor %}
{% else %}
No redactions applied. Body forwarded as-is.
{% endif %}