{{ self.group_title }}

{% for person_details in self.person_list %} {% with person_details.person as person_page %} {% include "shared/person_badge_snippet.html" with title=person_details.position|default:person_page.job_function %} {% endwith %} {% endfor %}