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

{{ person.name }}

{% if person.position %}

{{ person.position }}

{% endif %}
{% endfor %}