{% 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 %}The '{{ language_name }}' translation of the project '{{ project_name }}', resource '{{ resource_name }}' has been modified.{% endblocktrans %}

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