- Run from
- {{ r.install_dir or "—" }}
- Installed to (best-effort)
- {{ r.resolved_path or "—" }}
- Installed at
- {{ r.installed_at[:10] }} {{ r.installed_at[11:16] }}
{% if r.reinstall_count and r.reinstall_count > 0 %}
- Reinstalled
- {{ r.reinstall_count }}×
{% endif %}
{% if r.source_url %}
- Source URL
- {{ r.source_url }}
{% endif %}
{% if r.removed_at %}
- Uninstalled at
- {{ r.removed_at[:10] }} {{ r.removed_at[11:16] }}
{% if r.why %}
- Removal reason
- {{ r.why }}
{% endif %}
{% endif %}