{% load i18n %}{% url project_detail team_request.project.slug as project_url %}{% with team_request.language.name as language_name %}{% with team_request.project.name as project_name %}
{% blocktrans %}The creation of a translation team for {{ language_name }} was requested for the project {{ project_name }}.{% endblocktrans %}
{% endwith %}{% endwith %}