{#if isOpen}
    {#if sectionAddress}
  • {/if}
  • {#if canDelete}
  • {/if}
{/if}
{#if image}
{/if}

{title || "Untitled"}

by {#if originalAuthor} {@render userBadge(originalAuthor, author, ndk)} {:else} {author || "Unknown"} {/if}

{#if version}

Version: {version}

{/if}
{#if summary}

{summary}

{/if}

Index author: {@render userBadge(event.pubkey, author, ndk)}

{#if source}
Source: {source}
{/if} {#if type}
Publication type: {type}
{/if} {#if language}
Language: {language}
{/if} {#if publisher}
Published by: {publisher}
{/if} {#if identifier}
Identifier: {identifier}
{/if}
{#if sectionAddress}
{#if user.profile}
{#if user.profile.picture} {user.profile.displayName {/if} {user.profile.displayName || user.profile.name || "Anonymous"}
{/if}