{% extends theme("master.html") %} {% block title %} - Settings{% endblock %} {% block content %}
{% include theme("menu.html") %}

Settings

{% for setting in settings %}
{% if setting.allowed %} {% else %} {% endif %}
{% endfor %}
{% endblock content %} {% block javascript %} {% endblock javascript %}