There is an array:

array ( 1044 => array ( 'date' => array ( 0 => '2016-06-18 14:52:25' ) ) ) 

Tell me how to display 'date' in tpl template without <section> ?

    1 answer 1

    The issue is resolved)
    Launched a loop in a loop:

     {foreach item=row from=$usersList} {foreach key=date item=time from=$row.date} {$date} отработано часов за день: {$time} {/foreach} {/foreach}