{% load i18n account_tags %} {% blocktrans with team_name=team team_url=team.get_absolute_url site_name=current_site.name site_url=current_site %}
You have been invited to join {{ team_name }} on {{ site_name }}.
To accept this invitation, visit the following url: http://{{ site_url }}{{ team_url }}
{% endblocktrans %}