{/literal} {if $smarty.get.cat == 'edit'} {else} {/if} {if $result != ""} {/if}
{t}Manage Customer Account Managers{/t}
{if $smarty.post.cat == "new"} {if $result == -1} {t}An error occurred while trying to add the new account manager.{/t} {elseif $result == 1} {t}Thank you, the account manager was added successfully.{/t} {/if} {elseif $smarty.post.cat == "update"} {if $result == -1} {t}An error occurred while trying to update the account manager information.{/t} {elseif $result == 1} {t}Thank you, the account manager was updated successfully.{/t} {/if} {/if}
{t}Project:{/t} {include file="error_icon.tpl.html" field="project"}
{t}Customer:{/t} {include file="error_icon.tpl.html" field="customer"}
{t}Account Manager:{/t} {include file="error_icon.tpl.html" field="manager"}
{t}Type:{/t}
{if $smarty.get.cat == 'edit'} {else} {/if}
{t}Existing Customer Account Managers:{/t}
{/literal} {section name="i" loop=$list} {cycle values=$cycle assign="row_color"} {sectionelse} {/section}
 {t}Customer{/t}  {t}Account Manager{/t}  {t}Type{/t}
 {$list[i].customer_title}  {$list[i].usr_full_name|escape:html}  {$list[i].cam_type}
{t}No account managers could be found.{/t}