{# Attachments list partial. Wrapped in #attachments-list-table so an hx-target against that id swaps just this fragment. The full page template includes this partial; the view returns it directly when HX-Request is set. #}
{% if rows %} {# thumbnail column #} {% if missing_alt %} {% else %} {% endif %} {% for r in rows %} {% include "admin/_attachment_row.html" %} {% endfor %}
Filename TypeAlt textSize Uploaded
{% else %} {% if not missing_alt %}

No attachments yet. Upload one.

{% endif %} {% endif %}