{% extends "admin/base_site.html" %} {% block title %}Installed Plugins {{ block.super }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content_title %}

Installed Plugins{{ queue.name }}

{% endblock %} {% block content %}
{% for plugin in plugins %} {% endfor %}
Name
Package Name
Author
Author Email
Description
Version
{{ plugin.verbose_name }} {{ plugin.name }} {{ plugin.author }} {{ plugin.author_email }} {{ plugin.description }} {{ plugin.version }}
{% endblock %}