{* $Id$ *} {* Show features *} {if count($command_result) > 0} {* Can it be == 0 ?? *} {section name=i loop=$command_result} {* make row new start *} {if ($smarty.section.i.index % 3) == 0} {/if} {if ($smarty.section.i.index % 3) == 2} {/if} {/section} {* Close if still opened... *} {if $smarty.section.i.index % 3} {/if}
{tr}Features state{/tr}
{$command_result[i].name}
{tr}Total{/tr} {$smarty.section.i.total} {tr}features matched{/tr} {/if}{* if count($command_result) > 0 *}