{% extends "emailbase.html" %} {% block body %}

Dear {{ name }},

{{ manager }} is inviting you to join his team {{ teamname }} on rowsandall.com

By accepting the invite, you will have access to your team's workouts on rowsandall.com and your workouts will be visible to the members of the team.

By accepting the invite, you are agreeing with the sharing of personal data according to our privacy policy.

If you already have an account on rowsandall.com, you can login to the site and you will find the invitation here on the Teams page: {{ siteurl }}/rowers/me/teams

You can also click the direct link: {{ siteurl }}/rowers/me/invitation/{{ code }}

If you are not yet registered to rowsandall.com, you can register for free at {{ siteurl }}/rowers/register

After you set up your account, you can use the direct link: {{ siteurl }}/rowers/me/invitation/{{ code }}

You can also manually accept your team membership with the code. You will need to do this if you registered under a different email address than this one.

Code: {{ code }}

Link to manually accept your team membership: {{ siteurl }}/rowers/me/invitation

Best Regards, the Rowsandall Team

{% endblock %}