{% load wagtailimages_tags %} {# Uses value instead of block.value because it is also used #} {# to display Person items #}

{{ value.name }}

{{ value.role }} – {{ value.organization }}

{% if value.contact_info %}

{{ value.contact_info }}

{% endif %}
{% image value.image fill-200x200 as contact_image %}