{% load i18n %}{% url component_detail component.project.slug component.slug as component_url %}{% url project_detail component.project.slug as project_url %}{% with component.name as component_name %}{% with component.project.name as project_name %}
{% if files %}{% blocktrans %}The following files in the '{{ component_name }}' component of the '{{ project_name }}' project have been updated:{% endblocktrans %}
{% for file in files %}{{ file }}
{% endfor %}{% endif %}
{% blocktrans %}Please, visit Transifex at http://{{current_site}}{{component_url}} in order to see the changes.{% endblocktrans %}
{% endwith %}{% endwith %}