{% comment %}
Shadows parody_web/_pdf_view_download.html: a reader who has annotated this
section should download the copy with their marks on it, not a clean one.
"with your notes" lives in the aria-label rather than the visible label. The
bar drops .pdf-exit-label entirely below 70rem, so a qualifier shown only on a
wide screen would be a distinction the tablet reader — the one who actually
made the notes — never sees. The accessible name carries it at every width.
{% endcomment %}
{% load parody_web_annotate %}{% ink_context as ink %}{% if ink.download_url %}
{% include "parody_web/_icon.html" with icon="download" %}Download
{% else %}
{% include "parody_web/_icon.html" with icon="download" %}Download
{% endif %}