{% load wagtailimages_tags %}
{% for picture in block.value %} {% image picture width-2000 as img %} {% image picture fill-300x200 as thumb %}
{{ thumb.alt }}
{% endfor %}