{% if plugins|length > 0 %} {% for plugin in plugins %} {% endfor %} {% else %} {% endif %}
# Name Status Plugin Path By Created Action
{{ 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.user.username == username or role == 'admin' %}{% if plugin.status in [0,2] %} {% else %}{% endif %} {% endif %}
No plugins found yet.