{% extends "dashboard.html" %} {% block head %} {% endblock %} {% 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) %}
{% set delete_tooltip_key = 'tooltip.disabled_readonly' if user_readonly else ('tooltip.disabled_db_readonly' if is_readonly else ('tooltip.disabled_by_method' if plugin_data['method'] != 'ui' else 'tooltip.button.delete_plugin')) %} {% set delete_tooltip_options = '{"method": "' ~ plugin_data['method'] ~ '"}' if plugin_data['method'] != 'ui' and not is_readonly else '{"name": "' ~ plugin_data['name'] ~ '"}' %}
{% if not is_readonly %} {% endif %} {% endblock %} {% block scripts %} {% endblock %}