{% extends "zerver/emails/compiled/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 %}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 %}