Skip to content
Snippets Groups Projects
team_member_associate.html 532 B
Newer Older
Erxleben, Fredo's avatar
Erxleben, Fredo committed
Associate team members are marked by a badge icon.
{%- assign person = include.person -%}
{%- if person -%}
    {%- if person.associate and person.associate == true -%}
Erxleben, Fredo's avatar
Erxleben, Fredo committed
        <span   class="badge badge-pill badge-secondary" 
                title="Team member is an associate team member.">
            Associate
        </span>
    {%- endif -%}
{%- else -%}
Erxleben, Fredo's avatar
Erxleben, Fredo committed
    <!--
        WARNING: team_member_associate.html was included,
        but parameter person was not defined
    -->