{#if shown}
{#each items as thing (thing._id)}
{thing.name}
{/each}
{/if}