{% extends "base.html" %}{% from "_macros.html" import status_pill %} {% block title %}Traffic {{ t.id }}{% endblock %} {% block main %}
{{ t.direction }} · {{ t.peer }} · {{ t.ts }} · {{ t.duration_ms }} ms · correlation {{ t.correlation_id }}{% if t.run_id %} · run {{ t.run_id }}{% endif %}
{{ t.note }}{{ t.req_headers|pretty }}{{ (t.req_body or '(empty)')|pretty }}{{ t.resp_headers|pretty }}{{ (t.resp_body or '(empty)')|pretty }}