<{t}>Reset password<{/t}>

<{t}>Did you forget your password, or would you like a new one?<{/t}>

<{if $sent}> <{include file="components/alert.html" variant="success" margin="b" text='You will receive a mail in 1-10 minutes with instructions on how to log in.'|t}> <{else}>
<{include file="components/label.html" required="true" text="E-mail:"}> <{include file="components/input.html" class="user-sign-in__input" type="email" name="email" autocomplete="true" required="true"}>
<{include file="components/input.html" class="btn btn--primary user-sign-in__submit-btn" type="submit" value="Reset password"|t}> <{t}>Back to login<{/t}>
<{/if}>