{% load i18n %} {% for name, value in settings.items %} {% endfor %}
{% translate "Setting" %} {% translate "Value" %}
{{ name }} {{ value|pprint }}