{% load i18n %}{% url resource_detail project.slug resource.slug as resource_url %}{% url project_detail project.slug as project_url %}{% with resource.name as resource_name %}{% with project.name as project_name %}{% with language.name as language_name %}
{% blocktrans %}A translation for {{' language_name '}} has been sent to '{{ resource_name }}' of the '{{ project_name }}' project.{% endblocktrans %}

{% blocktrans %}Please, visit Transifex at http://{{current_site}}{{resource_url}} in order to see the changes.{% endblocktrans %}
{% endwith %}{% endwith %}
