{#if notices.length}
{#each notices as notice (notice.id)}

{notice.message}

{/each}
{/if}