{% 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 }}
Approving the transfer for {{ project_name }} will take you to the finals steps for where you would like {{ project_name }} to be transferred to.
{% endblock %}