{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}Installed Plugin - CyberPanel{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}
{% trans "List of installed plugins on your CyberPanel." %}
| {% trans "Name" %} | {% trans "Type" %} | {% trans "Description" %} | {% trans "Version" %} |
|---|---|---|---|
| {{ plugin.name }} | {{ plugin.type }} | {{ plugin.desc }} | {{ plugin.version }} |
{% trans "Cannot list websites. Error message:" %} {$ errorMessage $}