{#if entries.isEmpty()}

No releases found

Add artists to your collection to see their releases here

{:else}
{#for entry in entries} {/for}
Artist Release Type Date
{entry.artistName} {entry.title} {entry.primaryType} {entry.firstReleaseDate}
{/if}