{{#> base title=(t "Email verification")}} {{#if isRegistrationRequest}}
{{{t "You requested an account on {instanceName}." webserverUrl=WEBSERVER.URL instanceName=instanceName}}}
{{t "To complete your registration request you must verify your email first!"}}
{{else}}{{{t "You created an account on {instanceName}." webserverUrl=WEBSERVER.URL instanceName=instanceName}}}
{{t "To start using your account you must verify your email first!"}}
{{/if}}{{t "Please click on the link below to verify this email belongs to you (the link will expire within 1 hour):"}}
{{> button actionUrl=verifyEmailUrl actionText=(t "Verify my email")}}{{t "If you are not the person who initiated this request, please let us know by replying to this email."}}
{{/base}}