{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}Installed Plugin - CyberPanel{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}

{% trans "Plugins" %}

{% trans "List of installed plugins on your CyberPanel." %}

{% trans "Plugins" %}

{% for plugin in plugins %} {% endfor %}
{% trans "Name" %} {% trans "Type" %} {% trans "Description" %} {% trans "Version" %}
{{ plugin.name }} {{ plugin.type }} {{ plugin.desc }} {{ plugin.version }}

{% trans "Cannot list websites. Error message:" %} {$ errorMessage $}

{% endblock %}