{% extends "base.html" %} {% block title %}Pacnew Review - garuda-pilot{% endblock %} {% block head_extra %} {% endblock %} {% block content %} {% if not has_claude and not has_ollama %}
AI explanations available — configure Claude or Ollama on the Settings page.
{% endif %} {% if not files %}
OK

No pacnew files found

Nothing to review.

{% else %}
You can try to resolve all manually with: sudo pacdiff copy
{% for f in files %}
{{ f.guidance }} {{ f.current_path }}
▶ Show diff
{{ f.guidance_text }}
{% endfor %} {% endif %} {% endblock %}