{% extends "base.html" %} {% block content %}

Review

{% if not current %}

Review queue is empty — nothing to triage.

{% else %}

{{ remaining }} pending

Captured

{{ current.command }}

{{ current.install_dir }} · {{ current.installed_at }}

{% endif %} {% endblock %}