{{foreach $rows as $row}}
{$row['photo']|raw}
{$row['name']|raw}
{{foreach $row['_buttons'] as $button}} {{if $button['title'] == 'modcp_view_warnings'}}
{lang="$button['title']"}
{{endif}} {{endforeach}}
{{foreach $row['_buttons'] as $button}}
{lang="$button['title']"}
{{endforeach}}
{{endforeach}}