{% 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 %} {% endif %} {%- else %} {%- endif %}