{% load i18n %}{% url component_detail project_slug=project.slug component_slug=component.slug as component_url %}
{% blocktrans with project.slug as project_slug with component.slug as component_slug %}
{{ user }} has created a new component called '{{component}}' to the '{{project}}' project.
If you would like to access this new component, please visit: http://{{current_site}}{{component_url}}
{% endblocktrans %}