{% load i18n account_tags %} {% user_display user as username %} {% blocktrans with team_name=team team_url=team.get_absolute_url site_name=current_site.name site_url=current_site %}

User "{{ username }}" has applied to join {{ team_name }} on {{ site_name }}.

To accept this application and see any other pending applications, visit the following url: http://{{ site_url }}{{ team_url }}

{% endblocktrans %}