{assign var=title value="Rebill Log"} {include file="admin/header.inc.html"}

Rebill Log / Rebill Stats


{foreach from=$list item=p} {/foreach}
Time (started / processed) Date of rebilling Member Payments Product Amount Status
{$p.added_tm|date_format:$config.time_format} {if $p.status_tm}/ {$p.status_tm|date_format:$config.time_format}{/if} {$p.payment_date|date_format:$config.date_format} {$p.login|escape} / {$p.name_f|escape} {$p.name_l|escape} {$p.payment_id} / {$p.rebill_payment_id} {$p.title|escape} {$config.currency}{$p.amount} {$p.status_string}{$p.status_msg}

{span} {include file="admin/footer.inc.html"}