{% load i18n %}
{% trans "Hello" %}
{% blocktrans %}
You have been invited to contribute to the project {{ project_name }} by {{ manager }}.
{% endblocktrans %}
{% blocktrans %} Please use the following link to complete your sign-up : {{ url }} and join the project. {% endblocktrans %}