{% 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 %}
{% blocktrans %}The source file (POT) has some problems and can not be created/updated for the {{ component_name }} of the {{ project_name }} project{% endblocktrans %}
{% endwith %}{% endwith %}