{% extends 'generic/object_list.html' %} {% load helpers %} {% block title %}Installation History{% endblock %} {% block tabs %} {% endblock %} {% block content %} {% if external_plugins %}
{{ external_plugins|length }} Plugin{{ external_plugins|length|pluralize }} Installed Outside Catalog

These plugins were found in requirements-extra.txt but have no installation history. Click the button below to record them in the history log.

{% for pkg in external_plugins %} {% endfor %}
Package Installed Version
{{ pkg.name }} {{ pkg.version|default:"unknown" }}
{% csrf_token %}
{% endif %} {{ block.super }} {% endblock %}