{% load i18n %} {{ store_context.toolbar.stats.HistoryPanel.time|escape }}

{{ store_context.toolbar.stats.HistoryPanel.request_method|escape }}

{{ store_context.toolbar.stats.HistoryPanel.request_url|truncatechars:100|escape }}

{% for key, value in store_context.toolbar.stats.HistoryPanel.data.items %} {% empty %} {% endfor %}
{% trans "Variable" %} {% trans "Value" %}
{{ key|pprint }} {{ value|pprint }}
No data

{{ store_context.toolbar.stats.HistoryPanel.status_code|escape }}

{{ store_context.form.as_div }}