{#if shouldShowMetadata}
{#if title}
{title}
{/if} {#if showMenu}
goto(getEventLink(event))} /> {#if sessionManager.isLoggedIn()}
{}} /> {/if}
{/if}
{#if image}
{/if} {#if shouldAutoRenderMedia}
{/if}
{#if description}
{description}
{/if} {#if summary}
{summary}
{/if} {#if author}
Author: {author}
{/if} {#if !hasContent && !isMediaKind}
{#each event.tags as tag} {#if tag[0] !== 'image' && tag[0] !== 'description' && tag[0] !== 'summary' && tag[0] !== 'author' && tag[0] !== 'title' && tag[0] !== 'd' && tag[0] !== 'imeta' && tag[0] !== 'file' && tag[0] !== 'alt' && tag[0] !== 'x' && tag[0] !== 'm'}
{tag[0]}:
{#each tag.slice(1) as value} {#if value}
{value}
{/if} {/each}
{/if} {/each}
{/if}
{/if}