{extend name="default/base/base_seller" /} {block name="seller_main"}
{if $Request.get.type eq 'to_replr' || $Request.get.type eq 'replied'} {/if}
  {$Think.lang.store_consulting_type}
{if $list_consult neq ''} {/if} {if $list_consult} {foreach name="list_consult" item="consult"} {if $consult.consult_reply} {/if} {/foreach} {else} {/if} {if $list_consult} {/if}
{$Think.lang.store_consult_reply} {$Think.lang.ds_handle}
{$Think.lang.ds_del}
{$consult.goods_name} {$Think.lang.store_consult_list_consult_member}{$Think.lang.ds_colon} {if $consult.member_id eq '0'} {$Think.lang.ds_guest} {else} {$consult.consult_isanonymous ? str_cut($consult.member_name,2)."***" : $consult.member_name} {/if} {if $consult.member_id gt '0' && $consult.consult_isanonymous eq '0'} {/if} {$Think.lang.store_consult_list_consult_time}{$Think.lang.ds_colon} {$consult.consult_addtime|date='Y-m-d H:i:s'}
{$Think.lang.store_consult_list_consult_content}{$Think.lang.ds_colon} {$consult.consult_content} {if $consult.consult_reply eq ''}

{$Think.lang.store_consult_list_reply}

{else}

{$Think.lang.ds_edit}

{/if}

{$Think.lang.ds_del}

{$Think.lang.store_consult_list_my_reply}{$Think.lang.ds_colon} {$consult.consult_reply} ({$consult.consult_replytime|date="Y-m-d H:i:s"})
{$Think.lang.no_record}
{$Think.lang.ds_del}
{/block}