{% set omitted = row['omitted_fields'] | from_json or [] %} {% set pruned = row['pruned_fields'] | from_json or [] %}
Showing first {{ body_excerpt_max | bytes }} of {{ row['req_bytes'] | bytes }}. Full body not stored (integrity hash recorded).
{% endif %}{{ row['body_excerpt'] | format_body(content_type) | redact_marks }}
{% elif 'body_excerpt' in omitted %}
Not stored: capture.yaml has bodies: false. Size ({{ row['req_bytes'] | bytes }}) and SHA-256 were recorded.
Cleared by retention on {{ row['pruned_at'] }}. Digest recorded; the chain still verifies.
{% else %}(empty){% endif %}