{% load parody_web_annotate %}{% book_ink as notes %}{% if notes.any %} {% endif %} {% comment %} Deliberately OUTSIDE the block above. When every annotated section has been re-laid there is nothing to download — which is exactly when the reader most needs telling, and an earlier version hid the warning in that case. {% endcomment %} {% if notes.stale %}

{{ notes.stale|length }} section{{ notes.stale|pluralize }} ha{{ notes.stale|pluralize:"s,ve" }} notes on an earlier layout and {{ notes.stale|pluralize:"is,are" }} left out: {% for s in notes.stale %}{{ s.title }}{% if not forloop.last %}, {% endif %}{% endfor %}. Open {{ notes.stale|pluralize:"it,them" }} to bring the notes forward.

{% endif %}