{% extends "master-admin.html" %} {% block main %} {% if user.is_admin %}

{{ title }}


{% for o in options_order %}
{% set val = plugin.get_config_value(o) %} {% if val is string %} {% else %} {% endif %} {{ plugin.get_config_desc(o) }}

{% endfor %}

Back

{% endif %} {% endblock %}