<{$aProp.name}>: |
<{if $aProp.type eq 'select'}>
<{input name="goods[p_{$key}]" type="select" nulloption="1" options=$aProp.options value=$aProp.selected }>
<{else}>
<{input type="text" value=$aProp.selected name="goods[p_{$key}]" maxlength="25"}>
<{/if}> |
<{/foreach}>