{% for name, value in headers.items|dictsort:0 %}
{{ name }}
{{ value|default:'-' }}
{% empty %} {% include 'lens/components/empty_trace.html' with title="No data found" subtitle="This request does not have headers." only %} {% endfor %}