{{if empty( $rows )}}
|
{lang="no_results"}
|
{{else}}
{{foreach $rows as $r}}
{{foreach $r as $k => $v}}
|
{{if $k === '_buttons'}}
{template="controlStrip" params="$v" group="global" app="core"}
{{else}}
{$v|raw}
{{endif}}
|
{{endforeach}}
{{endforeach}}
{{endif}}