{{> header recipient=recipient}}
<p style="color: #0c0e18;">
  {{#if locale}}
    Password reset requested from {{email}} on {{date}}.
    To change your password please enter new password and verification code on our mobile app.
    <p style="width: 100%; text-align: center; font-weight: bold">
      Code:<br/>
    </p>
    <div style="width: 100%; text-align: center; margin: 0 0 32px 0; font-weight: bold; font-size: 40px">
      {{code}}<br/>
    </div>
  {{else}}
    Am {{date}} wurde von {{email}} das Zurücksetzen des Passworts angefordert.
    Um Ihr Passwort zu ändern, geben Sie bitte das neue Passwort und den Bestätigungscode in unserer mobilen App ein.
    <div style="width: 100%; text-align: center; margin: 32px 0; font-weight: bold">
      Code:<br/>
      {{code}}<br/>
    </div>
  {{/if}}
</p>
{{> footer buttonTarget=buttonTarget buttonName=buttonName locale=locale}}
