{{foreach from=$location_link item=link name=link}}
{{$link}}{{if !$smarty.foreach.link.last}} > {{/if}}
{{/foreach}}
{{foreach from=$location_other item=other_link}} {{$other_link}} {{/foreach}}
{{$lang.data_operate_list}}
{{if $data_status}}
Table
Status
{{else}}
{{$table_header.0}}
{{$table_header.1}}
{{$table_header.2}}
{{$table_header.3}}
{{/if}}
{{foreach from=$data_list item=list}}
{{foreach from=$list item=val}}
{{$val}}
{{/foreach}}
{{/foreach}}