{% load wagtailcore_tags wagtailimages_tags sorsore_tags %} {% get_pictures self.collection.id as pictures %} {% generate_random_id as modal_id %}
{% for picture in pictures %} {% image picture fill-800x450 format-webp preserve-svg as picture_image %} {% image picture max-1600x1600 format-webp preserve-svg as original_image %} {% endfor %}