{% extends "base.html" %} {% block title %}Packages - {{ environment.name }} - PyRunner{% endblock %} {% block content %}
{{ environment.name }} · {{ package_count }} packages installed
| Package | Version | Actions |
|---|---|---|
| {{ package.name }} | {{ package.version }} |
{% if search %} No packages found matching "{{ search }}" {% else %} No packages installed yet {% endif %}
{% if op.operation == "bulk_install" %} {{ op.package_spec|linebreaksbr|truncatewords:10 }} {% else %} {{ op.package_spec }} {% endif %}
{% if op.error %}{{ op.error|truncatechars:50 }}
{% endif %}{{ op.created_at|timesince }} ago {% if op.duration %} · {{ op.duration_display }} {% endif %}