{layout @layout.html} {block content}

{_}reset_password{/_}

{ifset $errors} {/ifset} {import forms.html}
{include input, name => token, value => $token, 'type' => 'hidden'}
{include input, name => 'email', 'type' => 'email', required => true, autofocus => true}
{include input, name => 'password', 'type' => 'password', maxlength => 100, required => true }
{include input, name => 'password_confirmation', 'type' => 'password', maxlength => 100, required => true }
{_}cancel{/_} {include input, name => 'submit', value => ('reset_password'|translate), 'type' => 'submit', class => 'ink-button green'}