{% load i18n %}
{% trans  "Hello" %} {{user.name}} !

{{contributor.username|safe}} ({{contributor.email}}) {% trans  "just registered on the Coopedia Knowledge Base !" %}

{% trans  "Phone number:" %} {{contributor.phone}}

{% trans  "Biography:" %} {{contributor.biography}}

{% trans  "Skills:" %} {{contributor.skills}}

{% if contributor.organisationName %}
{% trans  "Organisation contact:" %} {{contributor.organisationName}}
{% endif %}

{% if contributor.organisationContact %}
{% trans  "Organisation contact:" %} {{contributor.organisationContact}}
{% endif %}

{% blocktrans %}
Please connect to the Coopedia Knowledge Base to review its account information.

Have a nice day,

The Coopedia Knowledge Base Team.
{% endblocktrans %}