{* this weird dual assign thing is cause smarty wont interpret backticks to object in assign tag - spiderr *}
{assign var=conDescr value=$gContent->getContentTypeName()}
{if $gContent->mInfo.page_id|default:false}
{assign var=editLabel value="{tr}Edit{/tr} $conDescr"}
{tr}{tr}Edit{/tr} {$gContent->mInfo.original_title|default:$gContent->mInfo.title}{/tr}
{else}
{assign var=editLabel value="{tr}Create{/tr} $conDescr"}
{tr}{$editLabel}{/tr}
{/if}
{* Check to see if there is an editing conflict *}
{if $errors.edit_conflict|default:false}
{formfeedback warning=$errors.edit_conflict}
{/if}
{if $errors}
{formfeedback warning='There were one or more errors trying to store the page. Please correct them and then try saving again.'}
{/if}
{if $translateFrom}
{tr}The SandBox is a page where you can practice your editing skills, use the preview feature to preview the appeareance of the page, no versions are stored for this page.{/tr}
{formlabel label="Summary" for="summary"}
{forminput}
{formhelp note="Brief description of the page. This is visible when you hover over a link to this page and just below the title of the wiki page."}
{/forminput}
{forminput label="checkbox"}
mInfo.isminor)}checked="checked" {/if}/>Minor save
{formhelp note="This will prevent the generation of a new version. You can use this, if your changes are minor."}
{/forminput}