{include file="public/header" /}

{$Think.lang.ds_type}

{include file="public/admin_items" /}
{if $type.class_id} {$type.class_name|default=''} {/if}
{$Think.lang.type_name}

{$Think.lang.type_sort}

{$Think.lang.type_add_related_brand}
{notempty name="brand_list"} {foreach name="brand_list" item="brand_gc"}
{$brand_gc.name}
{foreach name="brand_gc.brand" item="brand"} {/foreach}
{/foreach} {/notempty}
{$Think.lang.type_add_related_spec}
{notempty name="spec_list"} {foreach name="spec_list" item="spec_gc"}
{$spec_gc.name}
{foreach name="spec_gc.spec" item="spec"} {/foreach}
{/foreach} {/notempty}
{notempty name="attr_list"} {foreach name="attr_list" item="attr"} {/foreach} {else /} {/notempty}
{$Think.lang.ds_sort} {$Think.lang.type_add_attr_name} {$Think.lang.type_add_attr_value} {$Think.lang.ds_display} {$Think.lang.ds_handle}
{$attr.attr_value} {$Think.lang.ds_edit} {$Think.lang.ds_del}
{$Think.lang.ds_del}
{$Think.lang.type_add_attr_add_one}