<#set:path.endText#>{labels.customer.newAccountPageTitle}<#/set#> <#include:includes/top.html#>
<#include:includes/breadcrumb.html#>
{labels.customer.newAccountPageTitle}
<#include:includes/customer_fields.html#>
<#if:customer.error:eq:Y#> {labels.customer.detailsFormError} <#else#>   <#/if#>
{labels.customer.emailaddress} * <#if:customer.emailerror:eq:BLANK#>
{labels.customer.errorEmailInvalid} <#/if#> <#if:customer.emailerror:eq:EXISTS#>
{labels.customer.errorEmailExists} <#/if#> <#if:customer.emailerror:eq:INVALID#>
{labels.customer.errorEmailInvalid} <#/if#>
{labels.customer.newPassword} * <#if:customer.passworderror:eq:NOTMATCHING#>
{labels.customer.errorPasswordNotMatching} <#/if#> <#if:customer.passworderror:eq:BLANK#>
{labels.customer.errorPasswordBlank} <#/if#> <#if:customer.passworderror:eq:TOOSHORT#>
{labels.customer.errorPasswordTooShort} <#/if#>
{labels.customer.repeatPassword} *
<#include:includes/footer.html#>