#IF(#ISACTIONALLOWED("RSS", #Object, #System.Child.Groups.Child.Everyone.Object))
#ENDIF
#BLOCK("InlineEditor", "text", #Object, "Name", "Tag=h1")
#NameOrAlias
#ENDBLOCK
#BLOCK("InlineEditor", "html", #Object, "Text", "Tag=div")#Text[0]
#ENDBLOCK
#IF(NOT #FUNCTION("ISACTIONALLOWED", "ViewAddThread"))
#IF(NOT #DEFINED(#Session.User) OR #Session.User.IsAnonymous)
{LoginAndCreatNewThread}
{RegisterNow}
#ELSE
{CreateThreadsNotAllowedForGroup}
#ENDIF
#ELSIF(NOT #INPUT.IsEditorMode)
{CreatNewThread}
#ENDIF
#IF(#INPUT.IsEditorMode)
#ENDIF
{Thread}
{Created}
{Posts}
{LastPostShort}
#IF(#Pager.CountOfPages > 1)#INCLUDE("Pager")#ENDIF