{extends "manage/manage.tpl.html"} {block "manage_content"}
{if $smarty.get.cat|default:'' == 'edit'} {else} {/if}
{t}Manage Customer Account Managers{/t}
{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|default:'' == 'edit'} {else} {/if}
{section name="i" loop=$list} {sectionelse} {/section}
{t}Existing Customer Account Managers{/t}
 {t}Customer{/t}  {t}Account Manager{/t}  {t}Type{/t}
 {$list[i].customer_title|default:''}  {$list[i].usr_full_name|escape:html}  {$list[i].cam_type}
{t}No account managers could be found.{/t}
{/block}