Method
{% include 'lens/components/method.html' with method=trace.data.method only %}
URL
{{ trace.data.url }}
Status
{% include 'lens/components/status.html' with status_code=trace.data.status_code only %}
Duration
{% include 'lens/components/duration.html' with trace=trace only %}
Time
{{ trace.start_time|date:'H:i:s.u' }}
{% if request.GET.expand %} {% include 'lens/components/client_request_detail.html' %} {% endif %}