+ {% for object in image_attachments %}
+
+ {% thumbnail object.image "200x200" crop="center" as tn %}
+
+
+
+ {% endthumbnail %}
+
+ {{ object }}
+
+
+ {% endfor %}
+
+ {% else %}
+
+ {% blocktrans with object_type=object|meta:"verbose_name" %}
+ No images have been attached to this {{ object_type }}.
+ {% endblocktrans %}
+
+ {% endif %}
+{% endblock %}
diff --git a/requirements.txt b/requirements.txt
index f8c1dc859..28481d445 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -33,6 +33,7 @@ requests==2.32.4
rq==2.4.1
social-auth-app-django==5.5.1
social-auth-core==4.7.0
+sorl-thumbnail==12.11.0
strawberry-graphql==0.278.0
strawberry-graphql-django==0.65.1
svgwrite==1.4.3