{% load cms_tags static thumbnail show_pagination %}
{% for child in instance.people_cards.all %}

{{ child.person.name }}

{{ child.person.job_role }}

Close icon

{{ child.person.name }}

{{ child.person.job_role }}

{% if child.person.linkedin_url %} {% endif %}

{{ child.person.summary|linebreaks }}

{% endfor %}