{#if filterenabled || courseid} {/if} c.id == courseid)?.unread : unread} params={{ tray: 'inbox', courseid, search }} active={params.tray == 'inbox'} {onClick} /> {#if trayVisible('starred')} {/if} {#if trayVisible('sent')} {/if} {#if trayVisible('drafts')} c.id == courseid)?.drafts : drafts} params={{ tray: 'drafts', courseid, search }} active={params.tray == 'drafts'} {onClick} /> {/if} {#if trayVisible('trash')} {/if} {#each labels as label (label.id)} c.id == courseid)?.unread : label.unread} color={label.color} params={{ tray: 'label', labelid: label.id, courseid, search }} active={params.tray == 'label' && params.labelid == label.id} {onClick} /> {/each} {#each courses as course (course.id)} {#if courseVisible(course) && (!filterenabled || course.id != courseid)} {/if} {/each}