{foreach from=$categories item=cCategory name=catListLoop} {if $cCategory->data.category_parent eq 0}
First phase starts in {$firstPhase->startsIn()}
{elseif $cCategory->allPhasesCompleted()}All phases completed
{else}In progress, on phase {$cCategory->getPhasePosition()} out of {$cCategory->getPhaseCount()}
{/if} {/if}