{% spaceless %}{{ include("header.html") }}
{{ include("head_menu.html") }} {{ include("main_menu.html") }}
{{ include("settings_menu.html") }}
{% set items = get("items") %} {% if items %} {% for item in items %}

{{ item.name|e }}

{% if item.plugin_url %} {% endif %} {% if item.settings_key and item.is_installed %} {% endif %} {% if item.is_installed %} {% endif %}
{{ item.description|e }}
{% if item.version %}— {{ item.version|e }}{% endif %} {{ item.author|e }}
{% if item.is_new %} {{ l("upgrade_plugin") }} {% endif %} {% if not item.is_installed %} {{ l("install_plugin") }} {% endif %} {% if item.is_installed and item.is_active %} {{ l("disable_plugin") }} {% endif %} {% if item.is_installed and not item.is_active %} {{ l("enable_plugin") }} {% endif %}
{% endfor %} {% endif %}
{{ include("footer_content.html") }}
{{ include("footer.html") }}{% endspaceless %}