{% for o in app.config_options if o.name not in ['mount_point', 'mount_label', 'ordinal'] %}
{% if not allow_config %} {{app.config.options.get(o.name, o.default)}} {% else%} {% endif %}
{% else %}

No options to administer for {{app.config.options.mount_point}}.

{% endfor %} {% if allow_config %}
 

 
Cancel
{% endif %}