{assign var="title" value="Payment Failed"} {include file="header.html"}
{$title}

{if $error}
{foreach from=$error item=e}
  • {$e} {/foreach}
  • {/if} An error occured while handling your payment.
    Please go back to the sign-up page and try again.
    {include file="footer.html"}