{% extends "base.html" %} {% block comments %} {% endblock %} {% block header %} {% endblock %} {% block title %}App Framework: Plugins List{% endblock %} {% block header_row %}

Plugins List

List of installed Application Framework plugins

{% endblock %} {% block content %}
{% if not plugins %} {% endif %} {% for plugin in plugins %} {% if plugin.enabled %} {% else %} {% endif %} {% endfor %}
Enabled Action Name Description Version Author
No plugins installed.
Update ReportsUpdate Reports{{ plugin.title }} {{ plugin.description|safe }} {{ plugin.version }} {{ plugin.author }}
{% endblock %}