{% blocktranslate %}Welcome to {{ organization }}{% endblocktranslate %}
{% translate "Hi there," %}
{% blocktranslate %}
You have been added as a user to the {{ organization }} platform.
To get started and set up your account, please click the link below to choose your password.
{% endblocktranslate %}
{% block reset_link %}
{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}
{% endblock %}
{% translate "If you weren't expecting this invitation, you can safely ignore this email." %}