{% extends "base_template.html" %} {% block title %}Settings{% endblock %} {% block content %}

Settings

Configure the behaviour of installed features.

{% if not schemas %}

No configurable features installed.

{% endif %}
{% for s in schemas %}
{{ s.title }}
{% endfor %}
{% endblock %}