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

Review

{% if not current %}

Review queue is empty.

{% else %}

{{ remaining }} pending

Captured

{{ current.command }}

{{ current.install_dir }} ยท {{ current.installed_at }}

{% endif %} {% endblock %}