{% load wagtailimages_tags %}
{% for person in value.people %}
{% image person.image fill-200x200 class="rounded-circle shadow-sm" %}
{{ person.name }}
{% if person.position %}

{{ person.position }}

{% endif %}
{% endfor %}