{% extends "base.html" %} {% block content %}{% set current_endpoint = url_for(request.endpoint)[1:].split("/")[-1].strip().replace('_', '-') %} {% include "plugins_modal.html" %}
INFO

TOTAL PLUGINS

{{plugins|length}}

INTERNAL PLUGINS

{{plugins_internal}}

EXTERNAL PLUGINS

{{plugins_external}}

PLUGINS ERRORS

{{plugins_errors}}

UPLOAD / RELOAD

click or drag and drop

FILTER
Search
Select types
LIST
{% for plugin in plugins %} {% if plugin['external'] %}

{{plugin['name']}}

{% if plugin['page']%} {%endif%}
{% else %}

{{plugin['name']}}

{% endif %} {% endfor %}
{% endblock %}