{% extends "sentry/emails/base.html" %} {% load i18n %} {% block main %}
{{ requester }} is requesting to add {{ name }} to the #{{ team.slug }} team.
{% else %}{{ name }} is requesting access to the #{{ team.slug }} team on Sentry.
{% endif %}Accept or decline this request in the pending requests panel.
You are receiving this email because you're listed as an administrator of the #{{ team.slug }} team.
{% endblock %}