{include file="sections/header.tpl"}
{if $d['user_type'] == "Sales"}
{else}
{/if}
{$d['fullname']}
  • {Lang::T('Username')} {$d['username']}
  • {Lang::T('Phone Number')} {$d['phone']}
  • {Lang::T('Email')} {$d['email']}
  • {Lang::T('City')} {$d['city']}
  • {Lang::T('Sub District')} {$d['subdistrict']}
  • {Lang::T('Ward')} {$d['ward']}
  • {Lang::T('User Type')} {$d['user_type']}
{if $d['user_type'] == "Sales" && $d['root'] neq ''}
Agent - {$agent['fullname']}
  • {Lang::T('Phone Number')} {$agent['phone']}
  • {Lang::T('Email')} {$agent['email']}
  • {Lang::T('City')} {$agent['city']}
  • {Lang::T('Sub District')} {$agent['subdistrict']}
  • {Lang::T('Ward')} {$agent['ward']}
{/if}
{include file="sections/footer.tpl"}