{% extends "admin/base.html" %} {% block title %}Attachments · bragi admin{% endblock %} {% block content %}
Pending: {{ pending_rendition_count }} Done: {{ done_rendition_count }} {% if failed_rendition_count > 0 %} Failed: {{ failed_rendition_count }} {% endif %}
{% if failed_rendition_count > 0 %}
{% endif %} {# Destructive: drops every rendition row and re-enqueues from scratch. The JS confirm() guards a misclick; the server view trusts the POST is intentional. #}

Attachments

Upload {% if missing_alt %} All attachments {% elif missing_alt_count > 0 %} Images missing alt text ({{ missing_alt_count }}) {% endif %}
{% if missing_alt %}

{% if rows %} Fill in alt text inline. Each save updates the row without leaving this page. {% else %} All images on this site have alt text. Nothing to do here. {% endif %}

{% endif %} {% 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 %} {% endblock %}