{% blocktrans %}{{ org_name }} is using Sentry to track and debug errors.{% endblocktrans %}
{% if existing_member %}Your account ({{ request.user.username }}) is already a member of this organization.
Did you want to switch accounts?
{% blocktrans %}You have been invited to join this organization.{% endblocktrans %}
{% if needs_authentication %}{% trans "To continue, you must either login to your existing account, or create a new one." %}
{% elif needs_2fa %}{% blocktrans %}To continue, {{ org_name }} requires all members to setup two-factor authentication.{% endblocktrans %}
{% else %} {% endif %}