| {extends "pluf/ab/base.html"}␊ |
| ␊ |
| {block body}␊ |
| <p class="right">» <a href="{url 'pluf_ab_funnels'}">All funnels</a></p>␊ |
| ␊ |
| <h1>Funnel {$funnel}</h1>␊ |
| {assign $i=1}␊ |
| {foreach $stats as $step}{if $step}␊ |
| {if $i>1}␊ |
| <p class="right">{$step['total']} ({$step['conv']})</p>␊ |
| <div class="arrow right"></div>␊ |
| {/if}␊ |
| <h2>Step {$i}: {$step['name']}</h2>␊ |
| ␊ |
|
| ␊ |
| <span class="percent"><span style="width:100%"> </span></span>␊ |
| {/if}<br />{assign $t = $step['total']}␊ |
| {blocktrans $t}{$t} unique visitor.{plural}{$t} uniques visitors.{/blocktrans}␊ |
| {blocktrans $t}{$t} unique visitor.{plural}{$t} unique visitors.{/blocktrans}␊ |
| </p>␊ |
| ␊ |
| {assign $i += 1}␊ |
|
| This is a completion rate of <strong>{$stats[$i]['conv1']}</strong>.</p>␊ |
| ␊ |
| ␊ |
| ␊ |
| <p class="note">␊ |
| Note that if a user skip a given step, this can make the results a bit␊ |
| off.␊ |