{% for req in requests %}
{{ req.method }} {{ req.status_code }}
{{ req.host }}{{ req.url | replace('https://' ~ req.host, '') | replace('http://' ~ req.host, '') | replace('grpc://' ~ req.host, '') | truncate(55) }}
{{ req.timestamp.strftime('%H:%M:%S') }} {{ req.duration_ms }}ms
{% endfor %}