{#if entries.isEmpty()}

No releases found

Add artists to your collection to see their releases here

{#else}
{#for entry in entries} {/for}
Cover Artist Release Type Date
Cover {entry.artistName} {entry.title} {#if entry.primaryType == 'Album'} Album {#else if entry.primaryType == 'Single'} Single {#else if entry.primaryType == 'EP'} EP {#else} {entry.primaryType} {/if} {entry.firstReleaseDate}
{/if}