{% extends "dashboard.html" %} {% block content %}

Loading plugins...

{% for plugin, plugin_data in plugins.items() %} {% endfor %}
ID Name Description Version Stream Type Method Actions
{{ plugin }}
{{ plugin_data["name"] }}
{{ plugin_data["description"] }}
v{{ plugin_data["version"] }}
{% endif %} {{ plugin_data["method"] }}
{% set plugin_blueprint = "#" if plugin_data["type"] == "core" else url_for(plugin) %}
{% if not is_readonly %} {% endif %} {% endblock %}