{% load wagtailimages_tags %}
{% for person in value.people %}
{% srcset_image person.image fill-{150x150,300x300} sizes="150px" class="img-circle img-responsive center-block" %}

{{ person.name }}

{% if person.position %}

{{ person.position }}

{% endif %}
{% endfor %}