{% load i18n %} {% for key, value in variables %} {% endfor %}
{% trans "Variable" %} {% trans "Value" %}
{{ key|pprint }} {{ value|pprint }}