pluf2

pluf2 Git Source Tree


Root/src/Pluf/templates/pluf/ab/funnels.html

{extends "pluf/ab/base.html"}

{block body}
<h1>Funnel Dashboard</h1>

{if count($funnels)}
<ul>{foreach $funnels as $funnel}
<li><a href="{url 'pluf_ab_funnel', array($funnel)}">{$funnel}</a></li>
{/foreach}</ul>
{else}
<p>You no funnel analysis running at the moment.</p>
{/if}

{/block}

Archive Download this file

Branches

Number of commits:
Page rendered in 0.07268s using 11 queries.