{% extends "adminpanel/record_form.html" %} {% block extra_panels %}

Screenshots

{% for img in object.images.all %}
{{ img.image.name }}
View
{% endfor %}

The first image is used on the work cards.

{% endblock %}