{% 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 %}