{var title = post.PostTitle}
{if !isPollPost && post.IsQuestion === 'True'}
{var title = 'Question: ' + post.PostTitle}
{/if}
{eval}
/* For marking posts read as we scroll. If you change the above ID in the template, make sure the mapping is changed as well. */
WIDGETINSTANCE.addPostToDomMapping(post, "post_" + post.ForumPostKey.Key);
{/eval}
{if isNew}
{/if}
${post.PostTitle}
posted at ${toLocalTimeString(post.LastUpdated)}
${post.PostBody}
{if isPollPost}
${displayPoll}
{/if}
{if WIDGETINSTANCE.currentUserIsGroupMember(group)}
{if !isClosed}
Reply to this Post
{/if}
{if getCurrentUser().UserKey.Key !== post.LiteUser.UserKey.Key}
Hide posts from this user
{/if}
{var currentUserHasReportedAbuse = (post.CurrentUserHasReportedAbuse == "True")}
{if getCurrentUser().UserKey.Key === post.LiteUser.UserKey.Key}
Edit Post
{/if}
{if currentUserCanDelete(post.UserKey, group)}
Delete post
Are you sure you want to delete the post "${post.PostTitle}"?
{/if}
${showReportAbuse("ForumPostKey", post.ForumPostKey.Key, currentUserHasReportedAbuse)}
${reportAbuseDialogWidget}
{var niceKey = post.ForumPostKey.Key.replace(/[:|;@]/g, "-")}
{else}
{if !isClosed && getCurrentUser().isAnonymous}
{/if}
{if !isClosed && !getCurrentUser().isAnonymous}
${joinThisGroup}
{/if}
{/if}
You are currently blocking posts from this user.
Show Posts from this user