{{if count( $rows )}}
{{foreach $rows as $id => $row}}
{$row|raw}
{{endforeach}}
{{endif}}