{% extends "sentry/emails/base.html" %} {% load i18n %} {% load sentry_avatars %} {% load sentry_helpers %} {% block main %}

Security Notice

{% block security_body %}{% endblock %} {% block security_metadata %}{% endblock %}
{% avatar_for_email account 36 %} {{ account.email }}
{{ ip_address }}
{{ datetime }} UTC

Don't recognize this activity?

If you didn't trigger this action, we recommend you immediately review your account security, including changing your password. If you determine that this activity is malicious please contact {% security_contact %}.

{% endblock %} {% block footer %}{% endblock %}