{% extends "layout.html" %} {% block head %} {% endblock %} {% block main %} {% block configure %}

Configure

Please select task to configure.

WARNING: The config editor will change the formatting and remove comments from your config.

{% endblock %} {% endblock %} {% block menu %}
{% for category in manager.config.iterkeys() %}
{{ category }}
{% endfor %}
{% endblock %}