-
{{foreach $data_list as $v}}
-
{{$v.name}}
{{if !empty($upgrade_info) and isset($upgrade_info[$v['theme']]) and version_compare($upgrade_info[$v['theme']]['version_new'], $v['ver'], '>')}} {{/if}} {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}} {{/if}} {{if $v.is_delete eq 1}} {{/if}} {{if !empty($upgrade_info) and isset($upgrade_info[$v['theme']]) and !empty($upgrade_info[$v['theme']]['version_main']) and $upgrade_info[$v['theme']]['version_main'] neq $v['ver']}} v{{$upgrade_info[$v['theme']]['version_main']}} {{/if}}{{:MyLang('theme.list_author_title')}}: {{if empty($v['home'])}} {{$v.author}} {{else /}} {{$v.author}} {{/if}}{{:MyLang('theme.list_version_title')}}:{{$v.ver}}
{{/foreach}}
-
{{else /}}
{{include file="public/not_data" /}}
{{/if}}