Newer
Older
{%- assign person = include.person -%}
{%- if person -%}
{%- if person.associate and person.associate == true -%}
<span class="badge badge-pill badge-secondary"
title="Team member is an associate team member.">
Associate
</span>
{%- endif -%}
{%- else -%}
<!--
WARNING: team_member_associate.html was included,
but parameter person was not defined
-->