{% load pipstatus %} {% get_pipstatus as config %}
{% for x in config.entries %} {% endfor %}
PackageStatusInstalledAvailableDependencies
{{ x.name }} {% if x.outdated %} OUTDATED {% else %} OK {% endif %} {{ x.version }} {{ x.available }} {{ x.dependencies|join:", " }}