{extends "manage/manage.tpl.html"} {block "manage_content"}
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{t}Manage Projects{/t}
{t}Title{/t} * {include file="error_icon.tpl.html" field="title"}
{t}Status{/t} *
{t}Customer Integration Backend{/t}
{t}Workflow Backend{/t}
{t}Project Lead{/t}: *
{t}Users{/t} * {include file="error_icon.tpl.html" field="users[]"}
{t}Statuses{/t} * {include file="error_icon.tpl.html" field="statuses[]"}
{t}Initial Status for New Issues{/t} * {include file="error_icon.tpl.html" field="initial_status"}
{t}Outgoing Email Sender Name{/t}
{t}Outgoing Email Sender Address{/t} * {include file="error_icon.tpl.html" field="outgoing_sender_email"}
{t}Email Sender Flag{/t}
{t}This will be included in the From address of all emails sent by Eventum for this project and will override any flag set system wide.{/t}
{t}Project mail aliases{/t} {include file="error_icon.tpl.html" field="mail_aliases"}
{t}Remote Invocation{/t}
{t}Segregate Reporters{/t} {include file="help_link.tpl.html" topic="segregate_reporter"}
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{section name="i" loop=$list} {sectionelse} {/section}
{t}Existing Projects{/t}
{t}Title{/t} {t}Project Lead{/t} {t}Status{/t} {t}Actions{/t}
 {$list[i].prj_title}  {$list[i].usr_full_name|escape:html}  {$list[i].prj_status|capitalize}
{t}No projects could be found.{/t}
{/block}