{% extends "base.html" %} {% block title %}Triage · A/V{% endblock %} {% block body %}

Triage

Audio/Video · Last updated {{ dateline }} {% if not reply_mode() %}read-only · drafts only{% endif %}
{{ stats.pending_total }}pending
Process queue · {{ queue_count }}
{% include "_queue_dropdown.html" %}
{# Global search: filters across ALL sections; results show in the rail badged with their section. Native clear (✕) or empty input returns to the tab view. #}
{% include "_content.html" %}
{% endblock %}