{% extends "paxalia/base.html" %} {% load static i18n %} {% block title %}{% trans "Dependencies" %} – Paxalia Analytics{% endblock %} {% block page_title %}{% trans "Dependencies" %}{% endblock %} {% block page_subtitle %}{% trans "Complete runtime dependency inventory and upstream release status" %}{% endblock %} {% block extra_css %} {% endblock %} {% block dashboard_content %}
{% trans "The local inventory is rendered immediately. Upstream versions are checked progressively, one package at a time." %}
| {% trans "Package" %} | {% trans "Source" %} | {% trans "Required" %} | {% trans "Installed" %} | {% trans "Latest" %} | {% trans "Latest source" %} | {% trans "Status" %} |
|---|---|---|---|---|---|---|
| {{ row.name }} | {% if row.source == 'direct' %}{% trans "Direct" %}{% else %}{% trans "Transitive" %}{% endif %} | {{ row.specifier }} |
{% if row.installed %}{{ row.installed }}{% else %}{% trans "Not installed" %}{% endif %} |
{% trans "Checking…" %} | {% trans "Pending" %} | {% trans "Checking" %} |
{% trans "No runtime dependencies were found." %} | ||||||