{include file=header.html} {include file=top.html}
{include file=left.html}
{include file=goodsinfo.html}
{if $props}
{foreach from=$props item=prop}
{$prop.name}:{$prop.value}
{/foreach}
{/if}
{$goods.description|escape:editor}

{$lang.related_info}

{include file=footer.html}