{% load wagtailimages_tags %} {% image value.content_image width-320 as one_image %} {% image value.content_image width-510 as two_image %} {% image value.content_image width-640 as three_image %} {% image value.content_image width-767 as four_image %} {% image value.content_image width-1019 as five_image %} {% image value.content_image width-1125 as six_image %} {% image value.content_image width-1534 as seven_image %}
{{value.alt_text}} {% if value.caption %}
{{ value.caption }}
{% endif %}