{% extends "_layouts/cp" %} {% set title = "Plugins"|t %} {% set header %}

{{ title }}

{% endset %} {% set plugins = blx.plugins.getPlugins(false) %} {% set content %} {% if plugins|length %} {% for plugin in plugins %} {% endfor %}
{{ "Plugin"|t }} {{ "Developer"|t }} {{ "Status"|t }}
{% if plugin.isEnabled and plugin.settingsHtml %} {{ plugin.name }} {% else %} {{ plugin.name }} {% endif %} {{ plugin.version }} {{ plugin.developer }}
{% if plugin.isEnabled %} {{ "Enabled"|t }}  {% elseif plugin.isInstalled %} {{ "Disabled"|t }}  {% else %} {{ "Not installed"|t }} {% endif %}
{% if plugin.isInstalled %} {% else %} {% endif %}
{% else %}

{{ "There are no available plugins."|t }} {% endif %} {% endset %}