{% import '_widget.html' as widget %} {% extends 'base.html' %} {% block content %} {% call widget.gcard('All Plugins', class='p-0') %}
# | Name | Status | Plugin Path | Uploaded By | Error | Created | {% if role == 'admin' %}Installed/Uninstalled | {% endif %}
---|---|---|---|---|---|---|---|
{{ plugin.id }} | {{ plugin.name }} | {% if plugin.status == 1 %}Enabled{% elif plugin.status == 2 %}Disabled{% else %}Pending Approval{% endif %} | {{ plugin.plugin_path }} | {{ plugin.user.username }} | {{ plugin.plugin_error }} | {{ plugin.created }} | {% if role == 'admin' %}
{% if plugin.status == 1 %}
|
{% endif %}
No plugins found yet. |