{% extends "package_monitor/base.html" %} {% load i18n %} {% load static %} {% block details %}
{% translate "Name" %} | {% translate "Installed" %} | {% translate "Latest" %} | {% translate "Description" %} | {% translate "Included Apps" %} | {% translate "Used By" %} |
---|
{% if show_all_packages %}
{% translate "Shows all known distribution packages." %}
{% else %}
{% translate "Shows only distribution packages that contain an installed Django app." %}
{% if include_packages %}
{% translate "In addition these packages are shown:" %} {{ include_packages|join:", " }}
{% endif%}
{% endif%}
{% blocktranslate %}
The latest stable of a package is retrieved from PyPI.
Will show as "?" if PyPI has no info about a package.
{% endblocktranslate %}
{% blocktranslate %} Command for installing all {{ outdated_count }} outdated packages {% endblocktranslate %}
{% else %}{% translate "No outdated packages to install." %}
{% endif %}