{#if $T.list != null && $T.list.length > 0}
{#foreach $T.list as sections}
{#if $T.sections.childSections != null && $T.sections.childSections.length > 0}
{#foreach $T.sections.childSections as curro}
{#if $T.curro$index!=0} / {#/if}
{$T.curro.name}
{#/for}
{#/if}
{#/for}
{#/if}