{% if not image.image_active %}
Inactive
{% endif %}
{% if image.alt_text %}
{{ image.alt_text }}
{% else %}
No alt text
{% endif %}
ID: {{ image.pk }}
{% endfor %}
{% endif %}
Image Library: Upload images here and use them in UI Elements (carousels, slideshows, people cards, etc.).
Add contextual information (title, caption, citation) when creating the UI Element, not the image itself.