{% extends "base.html" %} {% block title %}Upgrade Preview - garuda-pilot{% endblock %} {% block content %}
{% if total %} {{ total }} pending update{{ "s" if total != 1 else "" }} {% if high_risk_count %} — {{ high_risk_count }} high risk {% endif %} {% if checked_at %} — checked {{ checked_at[:19] | replace("T", " ") }} UTC{% endif %} {% else %} System is up to date {% if checked_at %} — checked {{ checked_at[:19] | replace("T", " ") }} UTC{% endif %} {% endif %}
Always review Arch news before upgrading.