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

Confirm Email

{% if is_new_user %}

Thanks for signing up for Sentry!

{% endif %}

Please confirm your email ({{ confirm_email }}) by clicking the button below. This link will expire in 48 hours.

Confirm

{% if is_new_user %}

If you did not sign up, you may simply ignore this email.

{% else %}

If you did not make this request, you may simply ignore this email.

{% endif %} {% endblock %}