{% extends "_plugin_header.html" %} {% set sidebar_active_tab = "" %} {% from '_switch.html' import switch %} {% block workspace_content %}
Status
{{ switch(plugin_name, is_enabled) }}
{% if is_enabled %} Enabled {% else %} Disabled {% endif %}
{% if not is_enabled %} Enable the plugin to edit settings. {% endif %}
{% if is_enabled and not show_logs %}

Plugin Settings

You can adjust the plugin's behavior by changing these settings. Changes will only go live after you apply them.

Unique settings

{% if plugin_config_unique %} {% with config=plugin_config_unique %}{% include "_config.html" %}{% endwith %} {% endif %}

Default settings

{% if plugin_config_defaults %} {% with config=plugin_config_defaults %}{% include "_config.html" %}{% endwith %} {% endif %}
{% endif %} {% endblock %} {% block scripts %} {% endblock %}