{#if errorMessage}
{errorMessage}
{/if}
{#if currentReferences.length > 0}
{#each currentReferences as reference (reference.id)}
{/each}
{/if}