{if $isHidden}
{$componentForumCaption}
{$breadcrumb} {/if}
{form name='add-topic-form'} {if $isHidden} {input name='group'} {else} {/if} {if $enableAttachments} {/if}
{text key='forum+new_topic_subject'} {input name='title'} {error name='title'}
{text key='forum+new_topic_group'} {input name='group'} {error name='group'}
{text key='forum+new_topic_body'} {$textF} {input name='text' class='ow_forum_post_area' id='post_body'} {error name='text'}
{text key='forum+attach_files'} {input name='attachments'}
{submit name='post'}
{/form}