{% extends "sentry/emails/base.html" %} {% load i18n %} {% load sentry_avatars %} {% load sentry_helpers %} {% block main %}
{% avatar_for_email account 36 %} |
{{ account.email }} {{ ip_address }} {{ datetime }} UTC |
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 %}