{% load i18n %}{% url project_detail project.slug as project_url %}{% url release_detail project.slug release.slug as release_url %}{% with project.name as project_name %}{% with release.name as release_name %}
{% blocktrans %}Notification about the approaching of the {{ release_name }} translation deadline of the {{ project_name }} project has been sent{% endblocktrans %}
{% endwith %}{% endwith %}