{#if entries.isEmpty()}

No releases found

Add artists to your collection to see their releases here

{#else} {#for entry in entries}
{entry.title}

{entry.artistName}

{entry.title}

{#if entry.firstReleaseDate}
{entry.firstReleaseDate}
{/if}
{#if entry.primaryType == 'Album'} Album {#else if entry.primaryType == 'Single'} Single {#else if entry.primaryType == 'EP'} EP {#else} {entry.primaryType} {/if}
{/for} {#if hasMore}
{/if} {/if}