{% extends 'base.html' %} {% block content %}
# | Name | Status | Plugin Path | Uploaded By | Created | Installed/Uninstalled |
---|---|---|---|---|---|---|
{{ 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.created }} |
{% if plugin.status == 1 %}
|
No plugins found yet. |