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