{if $friends} {if isset($pending)}
{l s='Date' mod='invite'} | {if $askName}{l s='Name' mod='invite'} | {/if}{l s='Email' mod='invite'} |
---|---|---|
{$friend.date_upd} | {if $askName}{$friend.firstname} {$friend.lastname} | {/if}{$friend.email} |
{l s='ID' mod='invite'} | {if $askName}{l s='Name' mod='invite'} | {/if}{l s='Email' mod='invite'} |
---|---|---|
{$friend.id_customer} | {if $askName}{$friend.firstname} {$friend.lastname} | {/if}{$friend.email} |
{l s='This customer has no pending friends.' mod='invite'}
{else}{l s='This customer has no friends.' mod='invite'}
{/if} {/if}