{set_previous_url ignore_current="1"}
{form name="thelia.front.customer.login"}
{intl l="Do you have an account?"}
{form_hidden_fields} {form_field field="success_url"} {/form_field} {form_field field="email"} {include file="components/smarty/Input/Input.html" type="email" name=$name label=$label value=$value placeholder="" id="{$label_attr.for|default:null}-mini" required=true } {/form_field} {form_field field="password"} {include file="components/smarty/Input/Input.html" type="password" name=$name label=$label value=$value placeholder="" id="{$label_attr.for|default:null}-mini" required=true } {/form_field} {form_field field="account"} {/form_field} {if $form_error} {include file="components/smarty/Alert/Alert.html" type="error" title={intl l="Error"} message=$form_error_message} {/if}
{/form}
{intl l="No, I am a new customer"}