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

{trans 'The form contains some errors. Please correct them to update the summary.'}

{if $form.get_top_errors} {$form.render_top_errors|unsafe} {/if}
{/if}
{$form.f.name.labelTag}: {if $form.f.name.errors}{$form.f.name.fieldErrors}{/if} {$form.f.name|unsafe}
{$form.f.shortdesc.labelTag}: {if $form.f.shortdesc.errors}{$form.f.shortdesc.fieldErrors}{/if} {$form.f.shortdesc|unsafe}
{$form.f.shortdesc.help_text}
{$form.f.description.labelTag}: {if $form.f.description.errors}{$form.f.description.fieldErrors}{/if} {$form.f.description|unsafe}
 
{/block} {block context}
{assign $url = 'http://daringfireball.net/projects/markdown/syntax'} {blocktrans}

Instructions:

The description of the project can be improved using the Markdown syntax.

{/blocktrans}
{/block}