{% comment %} §7 — "Reviewing N of M" anchor for the reviewer's open queue. Required context: position int — 1-indexed position of this review in the open queue total int — total reviews still open for this reviewer Renders nothing when either value is missing — keeps the page header layout clean for reviewers without an active queue (admins / managers loading a review for inspection). {% endcomment %} {% if position and total %} {% widthratio position total 100 as pct %}
{{ caption|default:"Open queue" }}