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

You've been invited to Sentry

Your teammates at {{ organization.name }} are using Sentry to track and debug software errors.

Join your team

Check out the Sentry website if you'd like to learn more before diving in.

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