{#each peerTeachers as pt}

{pt?.name}

{pt?.name} | Email {pt?.firstname}

{#if pt?.labs.size > 0}

Courses:

{/if} {#if pt.office_hours != undefined && pt.office_hours.length > 0}

Office Hours:

{/if}
{/each}