{% extends "admin/base_site.html" %} {% load static l10n %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block breadcrumbs %}
{% endblock %} {% block content %}{{ total.count }} {% if trend %} {% if trend.percent > 0 %}↑{% elif trend.percent < 0 %}↓{% else %}–{% endif %} {{ trend.percent }}% vs previous {{ trend_days }} days {% endif %}
waiting for review
{% if composition %} {% for segment in composition %} {% endfor %}{{ arrivals.starts|date:"j M" }} {{ arrivals.ends|date:"j M" }} · today
Closed {{ throughput.closed }} {% if throughput.median %} · median {{ throughput.median }} to decide {% endif %} {% if throughput.withdrawn %} Withdrawn {{ throughput.withdrawn }} {% if throughput.withdrawn_share %} · {{ throughput.withdrawn_share }}% of arrivals {% endif %} {% endif %}
Nothing is waiting for review.
{% else %} {% if needs_attention or mine %}Queue figures cover every pending request, not the current changelist filter. Arrivals, closed and withdrawn count requests of any status inside their window.
{% endif %}