{% load i18n %} {% for key, value in headers.iteritems %} {% endfor %}
{% trans "Key" %} {% trans "Value" %}
{{ key|escape }} {{ value|escape }}