{% for plugin_name, options, editable, resetable, help_text in plugin_options %}

{{ plugin_name }}{% if resetable %} {% endif %}

{% if help_text %}
Help ▸ Help ▾
{{ help_text }}
{% endif %} {% for is_label, option_name, option in options %} {% if is_label %} {% else %} {% endif %} {% endfor %}
{{ option_name }}
{{ option_name }} {% if editable %} {% if is_list(option) %} {% else %} {% endif %} {% else %} {% if is_list(option) %} {% for value, selected in option %} {% if selected %}{% endif %}{{ value }}{% if not loop.last %}, {% endif %}{% if selected %}{% endif %} {% endfor %} {% else %} {% if option %} {{ option }} {% else %} null {% endif %} {% endif %} {% endif %}
{% endfor %}