{extends file='../detail.html'} {block name=modal_body} {form_open('','class="detailForm form-horizontal m-b-none" target="iframeNew"')}
{_('添加证书')}
{foreach from=$cert_list item=m} {foreachelse} {/foreach}
{_('证书名称')} {_('到期时间')} {_('备注')} {_('操作')}
{'title'|element:$m} {'%Y-%m-%d %H:%i:%s'|mdate:('time_expire'|element:$m)} {$m.remark}
{_('当前没有数据')}!
{/block} {block name=modal_js} {/block}