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

Sentry Request for Access

{% endblock %} {% block main %}

{{ name }} is requesting access to the {{ team.name }} team on Sentry.

You can accept or decline this request in via the pending requests panel:

{{ url }}

{% endblock %}