{% extends "admin/base.html" %}
{% block title %}Media · bragi admin{% endblock %}
{% block head_extra %}
{% 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 %} {% include "admin/_attachments_list_table.html" %} {% endblock %}