<{$grid_name}> : <{$smarty.const._MD_XPNSM_AVATAR_DELETE}>


<{if $showPostForm}>
<{else}> <{/if}>
  <{if $isAdmin}> <{/if}>
<{$smarty.const._MD_XPNSM_FIRSTNAME}> <{$firstname}>
<{$smarty.const._MD_XPNSM_LASTNAME}> <{$lastname}>
<{$smarty.const._MD_XPNSM_HOME_REGION}> <{$hmregion}>
<{$smarty.const._MD_XPNSM_STATUS}> <{if $deleted_avatar}> <{$smarty.const._MD_XPNSM_STATE_DELETED}> <{else}> <{if !($state&AVATAR_STATE_SYNCDB) }> <{$smarty.const._MD_XPNSM_NOT_SYNCDB}> <{elseif $state&AVATAR_STATE_INACTIVE }> <{$smarty.const._MD_XPNSM_INACTIVE}> <{elseif $state&AVATAR_STATE_SYNCDB }> <{$smarty.const._MD_XPNSM_ACTIVE}> <{else}> <{$smarty.const._MD_XPNSM_UNKNOWN_STATUS}> <{/if}> <{/if}>
<{$smarty.const._MD_XPNSM_OWNERNAME}> <{$ownername}>
 

<{if $showPostForm}> <{xoops_token form=$actionForm}>   <{else}>   <{/if}>


<{if $actionForm->hasError()}>
 
    <{foreach item="errval" from=$actionForm->getErrorMessages()}>
  • <{$errval}>
  • <{/foreach}>
 

<{else}>
<{if $deleted_avatar}>

<{$smarty.const._MD_XPNSM_AVATAR_DELETED}>

<{else}>

<{$smarty.const._MD_XPNSM_AVATAR_DLT_CONFRM}>

<{/if}>
<{/if}>