{data.eventId ? 'Publication Visualization' : 'Publication Network'}
{#if loading}
{debug("TEMPLATE: Loading is true, events.length =", events.length, "allEvents.length =", allEvents.length)}
Loading...
Loading
{#each loadingEventKinds as config}
{getEventKindName(config.kind)}: {config.limit}
{/each}
{#if profileLoadingProgress}
{profileLoadingMessage}
{/if}
{:else if error}
Error loading network:
{error}
Retry
{:else} {#if profileLoadingProgress}
{profileLoadingMessage}
{/if}
{/if}