{% extends 'generic/object_list.html' %} {% load helpers %} {% block title %}Installation History{% endblock %} {% block tabs %}
{% endblock %} {% block content %} {% if external_plugins %}
These plugins were found in requirements-extra.txt but have no installation history.
Click the button below to record them in the history log.
| Package | Installed Version |
|---|---|
| {{ pkg.name }} | {{ pkg.version|default:"unknown" }} |