Smarty foreach
[{foreach name=foo from=$array item=item key=key}] [{if $smarty.foreach.foo.first} do something {/if}] [{$smarty.foreach.foo|@debug_print_var}] [{if $smarty.foreach.foo.last} do something {/if}] [{/foreach}