{extends "pluf/ab/base.html"} {block body}
Today | Yesterday | Last 7 days | All time
{assign $i=1} {foreach $stats as $step}{if $step} {if $i>1}{$step['total']} ({$step['conv']})
{/if}
{if $i>1}
{if $step['conv1'] != '100.00%'}
{$step['conv1']}{/if}
{else}
{/if}
{assign $t = $step['total']}
{blocktrans $t}{$t} unique visitor.{plural}{$t} unique visitors.{/blocktrans}
{$stats[$i]['total']} out of {$stats['1']['total']} visitors reached step {$i} of this funnel. This is a completion rate of {$stats[$i]['conv1']}.
Note that if a user skip a given step, this can make the results a bit off.
{else}We do not have statistics for this period.
{/if} {/block}