{% for plugin_name, options, editable, resetable, help_text in plugin_options %}
{{ 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 %} |