{% extends "base.html" %} {% block content %}{% set current_endpoint = url_for(request.endpoint)[1:].split("/")[-1].strip().replace('_', '-') %} {% include "plugins_modal.html" %}
TOTAL PLUGINS
{{plugins|length}}
INTERNAL PLUGINS
{{plugins_internal}}
EXTERNAL PLUGINS
{{plugins_external}}
PLUGINS ERRORS
{{plugins_errors}}