{% for trace in traces %}
{% include 'lens/components/method.html' with method=trace.data.method only %}
{{ trace.data.path }}
{% include 'lens/components/status.html' with status_code=trace.data.status_code only %}
{{ trace.start_time }}
{% endfor %}
{% if page_obj.has_next %}
{% endif %}