{{_("openSUSE Accounts")}}
{{_("Hello %(name)s,", name=user.name)}}
{{_("To activate your account with username %(username)s, click on the link below:", username=user.username)}}
{{ url_for('.activate_account', _external=True) }}?token={{ token }}
{{_("This link will be valid for %(ttl)s minutes (until %(valid_until)s UTC).", ttl=ttl, valid_until=valid_until.strftime("%H:%M"))}} {{_("If the link has expired, you can request a new one here: ")}} {{ url_for('.confirm_registration', _external=True) }}?username={{ user.username }}
{{_("If you did not create an account for username %(username)s, you can ignore this email.", username=user.username)}}
{{_("openSUSE Admins")}}