{% load i18n %}{% url project_detail project.slug as project_url %}{% url release_detail project.slug release.slug as release_url %}{% url resource_detail project.slug resource.slug as resource_url %}{% with project.name as project_name %}{% with release.name as release_name %}{% with resource.name as resource_name %} {% blocktrans %}Notification about {{ resource_name }} resource string freeze breakage for the {{ release_name }} release of the {{ project_name }} project has been sent{% endblocktrans %} {% endwith %}{% endwith %}{% endwith %}