{extend name="public/base" /} {block name="style"} {/block} {block name="main"}
{notempty name="categorys"} {volist name="categorys" id="ca"} {if condition="(!$Request.has.id && $key == 0) || $Request.get.id == $ca.id"}
{notempty name="attachements"} {volist name="attachements" id="att"}

{$att.name}

{:lang_i18n('支持型号')}:

{$att.applicable_to}

{:lang_i18n('支持系统')}:

{$att.support_platform}

{notempty name="att.attach"} {volist name="att.attach" id="ch"} {$ch.btn_name} {/volist} {/notempty}

{/volist}
{$page|raw}
{else/}
{:lang_i18n('查询无结果!')}
{/notempty}
{/block}