{% include_block page.biography %}
Person types
{% for person_type in page.person_types.all %}{{ person_type }}
{% endfor %}Social Media Links
{% for item in page.social_media_profile.all %}{{ item.get_service_display }}
{{ item.profile_url }}
{% endfor %}Funding to date
{% for funding in page.funding.all %}{{ funding.year }} | ${{ funding.value }} | {{ funding.duration }} months | {{ funding.source }} |
Total Funding: {{ page.total_funding }}