{% extends "layout.html" %} {% block main %}

Plugins

{% for name, plugin_info in plugins|dictsort %} {# TODO: clicking the h4 should hide/show details div #}

{{ name }}

{{ plugin_info.instance.__doc__ }}
{% if plugin_info.groups %}
Groups
{% endif %} {% if plugin_info.event_handlers %}
Event handlers
{% endif %}
{% endfor %} {% endblock %}