<{foreach from=$rows item=row key=id name=t}> <{if $smarty.foreach.t.first}> <{/if}> <{$row.date}> <{$row.title}> <{$row.kind_title}> <{if $row.enable}> <{else}> <{/if}> <{$smarty.const._EDIT}> <{$smarty.const._DELETE}> <{if $smarty.foreach.t.last}> <{/if}> <{/foreach}> ``` 5.