{% extends "admin/base.html" %} {% block title %}Edit attachment · bragi admin{% endblock %} {% block content %}

Edit attachment

{% if row.width and row.height %} {% endif %}
Filename{{ row.filename }}
Type{{ row.content_type }}
Size{{ row.size_bytes }} B
Dimensions{{ row.width }} × {{ row.height }}
SHA-256{{ row.storage_key }}
Describe the image for screen readers and image-search crawlers. Empty for purely decorative images.
Optional. Themes may render this as a figure caption.
{% if row.width and row.height %}
0,0 is top-left; 1,1 is bottom-right. Empty values mean centre. Themes use this for art-directed cropping.
{% endif %}
Cancel
{% endblock %}