| {$plugins_text} |
:
|
{section name=mysec loop=$plugins_list}
{if $smarty.section.mysec.first}
{/if}
{cycle name="startrow" values=",,"}
| {$plugins_list[mysec].name} |
: |
{$plugins_list[mysec].value} |
{if isset($cols)}{$cols} {else} {/if} |
{cycle name="endrow" values=",, "}
{if $smarty.section.mysec.last}
{math equation="x - y % x" x=3 y=$smarty.section.mysec.iteration assign=cols}
{if 3 != $cols}
|
{/if}
{/if}
{sectionelse}
{/section}
|