{extends file='../layouts/member_index.html'} {block name=body}
{include file='../blocks/btn.html'}
{form_open('','method="get" id="myServerSearchForm" class="form-inline m-b-none" data-pjax data-load="1"')} {include file='../blocks/search_adv.html'} {form_hidden('status',element('status',$search,''))} {form_close()} {form_open('','id="formList" class="m-b-none" target="iframeNew"')}
{foreach from=$list item=m} {/foreach}
{_('编号')} {_('标题')} {_('咨询类型')} {_('产品类型')} {_('状态')} {_('创建时间')}/{_('最后更新')}
{$m.sn|default:$m.id} {$m.title} {$m.column_name|default:'-'} {$m.product_type_name|default:'-'} {if $m.status eq 1}{_('已解决')} {else}{_('未解决')} {if $m.reply_status eq 1}({_('已回复')}) {else}({_('等待回复')}){/if} {/if} {'%Y-%m-%d %H:%i:%s'|mdate:$m.time_add} {if $m.time_last}
{'%Y-%m-%d %H:%i:%s'|mdate:$m.time_last} {/if}
{form_close()}
{/block}