{foreach from=$dolgozok item=elem name=egy} {if $smarty.foreach.egy.index == 0} Név: {/if} {if $smarty.foreach.egy.index == 1} Település: {/if} {if $smarty.foreach.egy.index == 2} Fizetés: {/if} {$elem}
{/foreach}