{% load i18n %}{% url team_detail team.project.slug team.language.code as team_url %}{% url project_detail team.project.slug as project_url %}{% with team.language.name as team_name %}{% with team.project.name as project_name %} {% blocktrans %}A new {{ team_name }} translation team was added to the {{ project_name }} project.{% endblocktrans %} {% endwith %}{% endwith %}