---
subject: "{{invite_from}} has invited you to join a team in Kantree"
---
You have been invited to join the team {{ orgname }} in Kantree.
{% if message %}
{{message}}
{% endif %}

Click the link below to proceed:
{{ app.config.get('SIGNUP_URL') or url_for('users.signup', invite=1, email=invite_email,
    _external=True, _scheme=app.config['PREFERRED_URL_SCHEME']) }}

You will need to signup using this email address.
