{# Inline edit modal for a pending catalog scan. Loaded into #scan-modal, which
sits OUTSIDE the 1.5s live-feed poll region, so the form is never clobbered. #}
{% from "_macros.html" import cover_url %}
{# Cover via the same-origin /ui/covers proxy — CSP img-src blocks the raw
upstream URL, so a direct src renders broken. #}
{% if pend.cover_url %}{% endif %}