{{ self.title }}

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