{% for content in people_candidates %}
{% include 'patterns/molecules/contact/contact_person_large_box.html' with name=content.name function=content.function %}
{% endfor %}
{% for content in people_program %}
{% include 'patterns/molecules/contact/contact_person_large_box.html' with name=content.name function=content.function %}
{% endfor %}
{% for content in people_other_1 %}
{% include 'patterns/molecules/contact/contact_person_large_box.html' with name=content.name function=content.function %}
{% endfor %}
{% for content in people_other_2 %}
{% include 'patterns/molecules/contact/contact_person_large_box.html' with name=content.name function=content.function %}
{% endfor %}
{% for section in teams_sections %}
{% if section.header %}