{% extends "sentry/emails/base.html" %} {% load i18n %} {% block main %}
A project transfer request has been made:
from organization: {{ from_org }}
project: {{ project_name }}
requested by: {{ requester }}
requested at: {{ request_time }}
Click below to approve the transfer of {{ project_name }}. If you are an organization owner for more than one Sentry organization, you will be asked to choose which one should accept the project.
{% endblock %}