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

{$title}

{if $error}
{foreach from=$error item=e}
  • {$e} {/foreach}
  • {/if}
    Try again
    {include file="footer.html"}