{#if artists.isEmpty()}

No artists tracked yet

Search for artists using the search bar above and click "+ Add"

{#else}
{#for artist in artists} {/for}
Artist Since Release Types Actions
{artist.name}
{#if artist.disambiguation}
{artist.disambiguation}
{/if}
{artist.createdAt}
{/if}