{% extends "zerver/emails/email_base_default.html" %} {% block preheader %} {% trans organization_url=realm_uri %}Organization: {{ organization_url }} Time: {{ login_time }} Email: {{ user_email }}{% endtrans %} {% endblock %} {% block illustration %} {% endblock %} {% block content %}
{{ _("We noticed a recent login for the following Zulip account.") }}
{{ _("If this was you, great! There's nothing else you need to do.") }}
{% trans support_email=macros.email_tag(support_email), reset_link=realm_uri + "/accounts/password/reset/" %}If you do not recognize this login, or think your account may have been compromised, please reset your password or contact us immediately at {{ support_email }}.{% endtrans %}
{{ _("Thanks,") }}
{{ _("Zulip Security") }}
{{ _("Manage email preferences") }} | {{ _("Unsubscribe from login notifications") }}
{% endblock %}