{include file="$template_path/html/header.html"} {include file="$template_path/html/user-header-self.html"}
{if $payments_data}
{$errorMessage}
选择支付方式
{foreach from=$payments_data item=pm}
{$pm.form[0]}
{/foreach}
{literal} {/literal}
{/if} {include file="$template_path/html/user-footer.html"}