{% load wagtailimages_tags %} {% for person in value.people %}
{% srcset_image person.image fill-{690x460,1380x920} sizes="690px" class="img-responsive" %}

{{ person.name }} {% if person.position %}
{{ person.position }} {% endif %}

{% endfor %}