{% extends "admin/base.html" %} {% block title %}Attachments · bragi admin{% endblock %} {% block head_extra %} {% 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 %} {% with bulk_action_url=url_for('attachment_admin.bulk_delete_attachments', site_slug=request.view_args['site_slug']), singular="attachment", plural="attachments", wrapper_id="attachments-list-table" %} {% include "admin/_bulk_actions_bar.html" %} {% endwith %}
{% 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 %} {% include "admin/_attachments_list_table.html" %} {% endblock %}