{% extends "templates/emails/base.html" %} {% import "templates/emails/macros.html" as utils %} {% block content %}

{{ type | capitalize }} Transfer Confirmation

The team, {{ old_team }} have requested to transfer the {{ type }} {{ name }} to your team {{new_team}}. Click on the button below to give consent for this transfer. Please note that on giving consent, the following changes will happen:

1. The {{ type }} {{ name }} under {{ old_team }}, will be transferred to your team
{% if type == 'site' %} 2. You will be billed for this site under the team {{ new_team }}
{% endif %}
If you are not aware of this request, ignore the confirmation email.

{{ utils.button('Accept Transfer', transfer_url, true) }} {{ utils.separator() }} {{ utils.signature() }}
{% endblock %}