acivated |
plugin/Plugin name |
description |
author |
version |
actions |
{% for plugin in active_plugins %}
{{ plugin.plugin_name|escape }} |
{{ plugin.description|escape }} |
{{ plugin.author }}
|
{{ plugin.version }} |
{% if not plugin.can_deinstall %}
[locked]
{% else %}
{% endif %}
|
|
{% endfor %}
registered and unactivated |
plugin/Plugin name |
description |
author |
version |
actions |
{% for plugin in deactive_plugins %}
{{ plugin.plugin_name|escape }} |
{{ plugin.description|escape }} |
|
{{ plugin.version }} |
{% if plugin.builtin %}
[buildin plugin]
{% else %}
{% endif %}
|
|
{% endfor %}
not installed |
plugin/Plugin name |
description |
author |
version |
actions |
{% for plugin in uninstalled_plugins %}
{{ plugin.plugin_name|escape }} |
{{ plugin.description|escape }} |
|
{{ plugin.version }} |
{% if plugin.builtin %}
[buildin plugin]
{% else %}
{% endif %}
|
|
{% endfor %}