{% 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 request to create a {{ language_name }} translation team for the {{ project_name }} project was denied.{% endblocktrans %} {% endwith %}{% endwith %}