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