{% load wagtailcore_tags wagtailimages_tags %} {% image person.photo fill-210x210 as person_photo %} {% include "utils/includes/media_box_icon.html" with page_icon=person_photo listing=True %}
{% if person.person_types.exists %} {% for type in person.person_types.all %}
{{ type }}
{% endfor %} {% endif %}

{{ person.first_name }} {{ person.last_name }}

{% if person.job_title %}

{{ person.job_title }}

{% endif %}