Srv Bebeboutik 340bc7c146 push site
2016-01-04 12:48:08 +01:00

34 lines
1.1 KiB
Smarty
Executable File

{if $subscribeFriends AND $subscribeFriends|@count > 0}
<p>
{l s='Here are sponsored friends who have accepted your invitation:' mod='invite'}
</p>
<table class="std">
{*<thead>
<tr>
<th class="first_item">&nbsp;</th>
<th class="item">{l s='E-mail' mod='invite'}</th>
<th class="item">{l s='Inscription date' mod='invite'}</th>
<th class="last_item">{l s='Credit earned' mod='invite'}</th>
</tr>
</thead>*}
<tbody>
{foreach from=$subscribeFriends item=subscribeFriend name=myLoop}
<tr>
<td>
<span class="mail">{$subscribeFriend.email}</span>
<span class="date">{dateFormat date=$subscribeFriend.date_upd full=1}</span>
</td>
<td>
<span class="state">{if $subscribeFriend.credit_sponsor}<img src="{$img_dir}icon/yes.gif" alt="" /> +{$reward_sponsor_value}{else}<img src="{$img_dir}icon/time.png" alt="{l s='This friend has not placed any order yet' mod='invite'}" />{/if}</span>
<span class="credit"></span>
</td>
</tr>
{/foreach}
</tbody>
</table>
{else}
<p class="warning">
{l s='No sponsored friends have accepted your invitation yet.' mod='invite'}
</p>
{/if}