{#if items.length}
{#each items as k (k)}
{#if !compact}
{LINK_META[k].label}
{/if}
{/each}
{/if}