{% extends 'base.html' %} {% load widget_tweaks %} {% block content %}

Images for: {{ product.name }}

Add New Image
{% for img in images %}
{{ img.alt_text }}
{% if img.is_primary %} Primary {% endif %}

{{ img.alt_text|default:"No alt text" }}

{% empty %}
No images uploaded yet.
{% endfor %}
← Back to Product
{% endblock %}