{* reports: customer log *}

{$smarty.const.ADMIN_CUSTOMER_LOG}

{if $customer_log_report} {else} {$smarty.const.STRING_EMPTY_LIST} {/if}
{section name=i loop=$customer_log_report} {/section}
{$customer_log_report[i].login} {$customer_log_report[i].customer_ip} {$customer_log_report[i].customer_logtime}