{% extends "admin/base.html" %}
{% block title %}Attachments · bragi admin{% endblock %}
{% block content %}
{% 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 #} | Filename | Type | {% if missing_alt %}Alt text | {% else %}Size | Uploaded | {% endif %}||
|---|---|---|---|---|---|---|---|
No attachments yet. Upload one.
{% endif %} {% endif %} {% endblock %}