{include file="includes/header.html"} {form name="thelia.customer.creation"}
{form_field_hidden form=$form} {form_field form=$form.firstname} {form_error form=$form.firstname} {$message} {/form_error} {/form_field} {form_field form=$form.lastname} {form_error form=$form.lastname} {$message} {/form_error} {/form_field}
{/form} {include file="includes/footer.html"}