{extends "idf/wiki/base.html"} {block docclass}yui-t1{assign $inCreateResource = true}{/block} {block body} {if $form.errors}

{trans 'The form contains some errors. Please correct them to create the page.'}

{if $form.get_top_errors} {$form.render_top_errors|unsafe} {/if}
{/if}
{$form.f.title.labelTag}: {if $form.f.title.errors}{$form.f.title.fieldErrors}{/if} {$form.f.title|unsafe}
{$form.f.title.help_text}
{$form.f.summary.labelTag}: {if $form.f.summary.errors}{$form.f.summary.fieldErrors}{/if} {$form.f.summary|unsafe}
{$form.f.summary.help_text}
{$form.f.file.labelTag}: {if $form.f.file.errors}{$form.f.file.fieldErrors}{/if} {$form.f.file|unsafe}
  | {trans 'Cancel'}
{/block} {block context}
{blocktrans} Wiki resources are later addressed in wiki pages by their title, so ensure that you give your resource a unique and an easy to remember name. {/blocktrans}
{/block} {block javascript} {/block}