Request body
{% if row['body_excerpt'] %} {% if row['req_bytes'] and row['req_bytes'] > body_excerpt_max %}

Showing first {{ body_excerpt_max | bytes }} of {{ row['req_bytes'] | bytes }}. Full body not stored (integrity hash recorded).

{% endif %}
{{ row['body_excerpt'] | pretty_json | redact_marks }}
{% else %}
(empty)
{% endif %}