{% if ui_from_profiles %} {% extends "layouts/" + render_mode + "-tall.html" %} {% else %} {% extends "logs/layout.html" %} {% endif %} {% block title %}{{_("Plugins")}}{% endblock %} {% block content %}
{{_("Your settings have been saved.")}}
{% endif %}{{_("This plugin is currently enabled!")}}
{% else %}{{_("This plugin is disabled.")}}
{% endif %}{{_("Author")}}: {{ plugin.manifest.author }}
{% if not plugin.manifest.public %}{{_("Be careful!")}} {{_("This plugin is meant for developers and may be incomplete or dangerous.")}}
{% endif %}{{ _(plugin.manifest.description) }}
{%- if plugin.loaded %} {%- if pname not in config.sys.plugins %} {{_("Plugin will be disabled on restart.")}} {%- else %} {%- if plugin.manifest.user_interface and plugin.manifest.user_interface.settings %} {%- set elem = plugin.manifest.user_interface.settings[0] %} {%- endif %} {%- endif %} {%- else %} {%- endif %}