{% extends "base.html" %} {% block title %}Transaction #{{ transaction.id }} - garuda-pilot{% endblock %} {% block content %}
{{ transaction.started_at[:19] | replace("T", " ") }}
{{ pacman_command }}
{% for line in scriptlet_lines %}{{ line }}
{% endfor %}
| Package | Description | Action | Version | Age |
|---|---|---|---|---|
|
{{ op.package_name }}
{% if op.category %}
{% for cat in op.category.split() %} {{ cat }} {% endfor %} {% endif %} |
{{ op.description or "—" }} | {{ op.action | upper }} |
{{ op.old_version or "—" }}
{{ op.new_version or "—" }} |
{% if op.build_date %}
built {{ op.build_date }}
{% endif %} {% if op.install_date %} since {{ op.install_date }} {% endif %} |