|
{{ r.display_name or r.package_name or "—" }}
{{ r.command }}
|
{% with manager=r.manager %}
{% include "components/manager_badge.html" %}
{% endwith %}
|
{{ r.project or "—" }} |
{% if r.disposition %}
{% with label=pres.disposition[r.disposition].label, color=pres.disposition[r.disposition].color %}
{% include "components/pill.html" %}
{% endwith %}
{% else %}
—
{% endif %}
|
{{ r.installed_at[:10] }} |
Share
|