{% extends theme("layout.html") %} {% block content %}

{{ _("Wiki Configuration Help") }}

{% for heading, desc, opts in groups %}

{{ heading }}

{% if desc %}

{{ desc }}

{% endif %} {% for name, default, description in opts %} {% if len(default) > max_len_default %} {% else %} {% endif %} {% endfor %}
{{ _('Variable Name') }} {{ _('Default') }} {{ _('Description') }}
{{ name }}{{ default }}{{ description }}
{% endfor %}
{% endblock %}