{% load i18n %} {% for var in settings.items|dictsort:"0" %} {% endfor %}
{% trans "Setting" %} {% trans "Value" %}
{{ var.0 }} {{ var.1|pprint }}