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