{{#if user.firstname}}
    <h1>Hello {{user.firstname}},</h1>
{{else}}
    <h1>Reset Password</h1>
{{/if}}

<p>A request was made to reset your account's password. You can reset your password by clicking the link below:</p>

<p style="font-size: 1.2em;">
    <a href="{{external-base}}{{admin-base}}/ui#/reset-password/{{encode-uri code}}">Click here to reset your password</a>
</p>

<p>This link is valid for 7 days.</p>

<p><b>If you did not request a password reset do not click the link and contact your administrator immediately.</b></p>
