{extends "idf/gadmin/projects/base.html"} {block body} {if $form.errors}

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

{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.owners.labelTag}: {if $form.f.owners.errors}{$form.f.owners.fieldErrors}{/if} {$form.f.owners|unsafe}
{trans 'Provide at least one owner for the project.'}
{$form.f.members.labelTag}: {if $form.f.members.errors}{$form.f.members.fieldErrors}{/if} {$form.f.members|unsafe}
  {aurl 'url', 'IDF_Views_Admin::projectDelete', array($project.id)} {* float left is a fix for Firefox < 3.5 *} | {trans 'Cancel'} {if $isAdmin} {trans 'Trash'} {trans 'Delete this project'}
{trans 'You will be asked to confirm.'}
{/if}
{/block} {block context}
{blocktrans}

Instructions:

Specify each person by its login. Each person must have already registered with the given login.

Separate the logins with commas and/or new lines.

{/blocktrans}
{blocktrans}

Notes:

A project owner may make any change to this project, including removing other project owners. You need to be carefull when you give owner rights.

A project member will not have access to the administration area but will have more options available in the use of the project.

{/blocktrans}
{/block}