{% extends "skeleton.html" %} {% block content %}

Client Preferences

{% for key in config.EDITABLE_CONFIG %}
Default: {{ config.CONFIG_DEFAULTS[key] }}
{% endfor %}

{% endblock %}