{#if thread.id != "rules"}
{thread.id}
at {formatTime(thread.creationDate)}
->
{thread.threadCreator}
{#if comments} {#if listReplies(thread.id) }
{#each listReplies(thread.id, true) as id}
>>{id}
{/each}
{/if} {/if}
{thread.threadName}
{#if thread.imageId!= null && thread.imageId != undefined} {#if thread.fileType == 'image'}
{:else if thread.fileType == 'video'}
{/if} {/if}
{@html thread.threadText}
{#if comments} {#each thread.comments as comment}
{comment.id}
at {formatTime(comment.creationDate)}
->
{comment.commentCreator}
{#if listReplies(comment.id)}
{#each listReplies(comment.id, true) as id}
>>{id}
{/each}
{/if}
{#if comment.imageId!= null && comment.imageId != undefined} {#if comment.fileType == 'image'}
{:else if comment.fileType == 'video'}
{/if} {/if}
{@html comment.commentText}
{/each} {/if}
{/if}
-> {comment.commentCreator}
{#if listReplies(comment.id)} {#each listReplies(comment.id, true) as id} >>{id} {/each}
{/if} {#if comment.imageId!= null && comment.imageId != undefined} {#if comment.fileType == 'image'}
{:else if comment.fileType == 'video'} {/if} {/if}
{@html comment.commentText}