{literal} {/literal} {if $smarty.get.cat == 'edit'} {else} {/if} {if $result != ""} {/if}
{t}Manage Projects{/t}
{if $smarty.post.cat == "new"} {if $result == -1} {t}An error occurred while trying to add the new project.{/t} {elseif $result == -2} {t}Please enter the title for this new project.{/t} {elseif $result == 1} {t}Thank you, the project was added successfully.{/t} {/if} {elseif $smarty.post.cat == "update"} {if $result == -1} {t}An error occurred while trying to update the project information.{/t} {elseif $result == -2} {t}Please enter the title for this project.{/t} {elseif $result == 1} {t}Thank you, the project was updated successfully.{/t} {/if} {/if}
{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}Project mail aliases{/t}: {include file="error_icon.tpl.html" field="mail_aliases"}
{t}Remote Invocation{/t}: {t}Enabled{/t}   {t}Disabled{/t}
{t}Segregate Reporters{/t}: {include file="help_link.tpl.html" topic="segregate_reporter"} {t}Yes{/t}   {t}No{/t}
{if $smarty.get.cat == 'edit'} {else} {/if}
{t}Existing Projects{/t}:
{literal} {/literal} {section name="i" loop=$list} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
 {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}