{% extends "base.html" %} {% block title %}Review queue — Job Cannon{% endblock %} {% block content %}

Review queue

{{ jobs | length }} flagged for manual review

Rows flagged with unresolved reason codes or an unresolved location. Approve clears the flags (the row returns to the board); Drop rejects it.

{% include "admin/_review_rows.html" %}
Title Company Reasons Actions
{% endblock %}