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