{% extends "admin/base.html" %} {% block title %}{{ page_title('Settings!') }}{% endblock %} {% block content %}

Settings!

{% for key, value in settings_dict|dictsort %} {% endfor %}
{{ key }} ΒΆ {{ value|pprint }}
{% endblock %}