#LOCAL("VisibilityPrefix", "Visible")#IF(#INPUT.IsEditorMode)#SET("VisibilityPrefix", "")#ENDIF
#CreationDate[datetime]
{Comments}: #COUNT(#GET(#VisibilityPrefix . "Replies"))
#BLOCK("InlineEditor", "text", #Object, "Subject", "Tag=h3")

#IF(#Subject)#Subject#ELSE({NoSubject})#ENDIF

#ENDBLOCK
#BLOCK("InlineEditor", "html", #Object, "Message", "Tag=div")
#Message[nohtml,decodehtml,slice:400,preline]
#ENDBLOCK
#IF(#COUNT(#Tags) OR #INPUT.IsEditorMode) #ENDIF
{MoreAbout}: #BLOCK("InlineEditor", "tags", #Object, "TagNamesString", "Tag=div")
#JOIN(", ", #Tags)#Tag#ENDJOIN
#ENDBLOCK
#ENDLOCAL