{% extends "zerver/emails/email_base_default.html" %} {% block illustration %} {% endblock %} {% block content %}
{% trans email=macros.email_tag(email), realm_uri=macros.link_tag(realm_uri) %}Somebody (possibly you) requested a new password for the Zulip account {{ email }} on {{ realm_uri }}.{% endtrans %}
{% if active_account_in_realm %}{{ _('Click the button below to reset your password.') }} {{ _("Reset password") }}
{% else %}{% if user_deactivated %} {% trans organization_url=macros.link_tag(realm_uri), help_link=realm_uri + "/help/deactivate-or-reactivate-a-user" %}You previously had an account on {{ organization_url }}, but it has been deactivated. You can contact an organization administrator to reactivate your account.{% endtrans %} {% else %} {% trans %}You do not have an account in that Zulip organization.{% endtrans %} {% endif %}
{% if active_accounts_in_other_realms %} {{ _("You do have active accounts in the following organization(s).") }}
{% trans %}If you do not recognize this activity, you can safely ignore this email.{% endtrans %}
{% endblock %}