{extend name="layout:home" /} {block name="container"}
{include file="layout/admin_items" /}
{volist name="product_list" id="product"} {/volist}
{$Think.lang.product_title} {$Think.lang.product_order} {$Think.lang.product_new_ok} {$Think.lang.product_top_ok} {$Think.lang.product_com_ok} {$Think.lang.ds_operation}
{$product.product_title} {$product.product_order} {if condition="$product.product_new_ok eq 1"}{else}{/if} {if condition="$product.product_top_ok eq 1"}{else}{/if} {if condition="$product.product_com_ok eq 1"}{else}{/if} 前台查看 {$Think.lang.ds_edit} {$Think.lang.ds_del}
{$show_page|raw}
{/block}