[`Comment deleted`]
{else} {if isset($comment.post) && (!$comment.post || (!$comment.editable && ($comment.post && $comment.post.status neq blogPostModel::STATUS_PUBLISHED)))}{$comment.text|escape|nl2br}
[`Comment to an unpublished post (not visible anymore)`]
{else} {* COMMENT TEXT *}{$comment.text|escape|nl2br}
{* post link *} {if isset($comment.post) && $comment.post && (!isset($single_view) || !$single_view)}[`on`] {if $comment.post.blog_status == blogBlogModel::STATUS_PRIVATE} {/if} {if isset($comment.post) && $comment.post && $comment.editable || (isset($comment.post) && $comment.post && $comment.post.status eq blogPostModel::STATUS_PUBLISHED)} {$comment.post.title|escape} {else} [`unpublished post`] {/if}
{/if} {* in reply to *} {if $comment.parent && isset($comment.parent_text)}[`in reply to`] {if $comment.parent_status == blogCommentModel::STATUS_DELETED && !$comment.editable}[`Comment deleted`]{else}{$comment.parent_text|escape}{/if}