{extends "idf/admin/base.html"} {block docclass}yui-t3{assign $inMembers = true}{/block} {block body}
{$form.f.owners.labelTag}:
{if $form.f.owners.errors}{$form.f.owners.fieldErrors}{/if} {$form.f.owners|unsafe}
{$form.f.members.labelTag}:
{if $form.f.members.errors}{$form.f.members.fieldErrors}{/if} {$form.f.members|unsafe}
{/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}