{% extends "base.html" %} {% block title %}{{ file }} · {{ name }} · The Booth{% endblock %} {% block content %}
✕ {{ file }} ⬇
{% if prev_url %}‹{% endif %} {% if next_url %}›{% endif %}
{{ file }}
{# THE ANNOTATION, at full size. It was never rendered here before U1 — not because the template dropped it, but because the route never resolved it. A caption is most useful at the size where you are actually judging the thing, so it belongs here at least as much as in the grid. #} {% if caption %}
{{ caption }}
{% endif %} {# INV-3: the JUDGMENT travels to full size too, not just the caption. This is the size at which the operator is actually deciding, so the flag toggle and the notes belong here at least as much as on the tile. #}
{% for m in marks if m.shape == 'note' %}
{{ m.text }}
{% endfor %}
{% endblock %}