{% load i18n %}{% url team_list team_request.project.slug as team_url %}{% with team_request.language.name as team_name %}{% with team_request.project.name as project_name %}
{% blocktrans %}The request for creating the translation team '{{ team_name }}' to the '{{ project_name }}' project has been denied by '{{ performer }}'.{% endblocktrans %}

{% blocktrans %}Please, visit Transifex at http://{{current_site}}{{team_url}} in order to see the teams list of the project.{% endblocktrans %}
{% endwith %}{% endwith %}