{forum ? `${$siteSettings.site_title} - ${forum.name}` : $siteSettings.site_title} showBannerMenu = false} />
{#if loading}
Loading...
{:else if error && !forum}
{error}
{:else if forum} {#if bannerError} {/if} {#if forum.bannerUrl}
{forum.name} banner
{/if}

{forum.name}

{#if canModerate} {#if showBannerMenu} {/if} {/if}
{#if forum.description}
{forum.description}
{/if}
by handleUsernameClick(e, forum.username, forum.userId)} >@{forum.username}
{#if !isBanned} {/if}
{#if isBanned}
You are banned from this forum and cannot create threads or post replies.
{/if} {#if threads.length === 0}
No threads yet. {#if !isBanned} Start the first discussion! {/if}
{:else}
{#each threads as thread}
{#if thread.isPinned} PINNED {/if} {#if thread.isLocked} LOCKED {/if} {thread.title}
{@html parsedThreadPreviews[thread.id] || ''}
by handleUsernameClick(e, thread.username, thread.userId)} >@{thread.username} {thread.postCount || 0} replies Last activity {timeAgo(thread.lastPostAt)} {#if canModerate || ($auth.user && thread.userId === $auth.user.id)}
{#if canModerate} {/if}
{/if}
{/each}
{/if} {/if}
{#if showCreateModal} {/if} {#if activeProfilePreview} {/if} {#if showPositionEditor && forum?.bannerUrl} {/if} {#if showTitleColorEditor} {/if} {#if showDescriptionEditor} {/if}