{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Plugin Manager{% endblock %} {% block head_extra %} {% endblock %} {% block content %}
| Name | Key | Version | Target | Status | Action |
|---|---|---|---|---|---|
| {{ p[2] }} | {{ p[1] }} | {{ p[3] }} | {{ p[4] }} | {{ "Enabled" if p[5] else "Disabled" }} | |
| No plugins registered yet. | |||||