{% load i18n %}

{% translate "Hi there," %}

{% blocktranslate %}
You have been added as a user to the {{ organization }} platform.
To get started and set up your account, please follow the link below and 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." %}
{% translate "Best regards," %}
{% blocktranslate %}The {{ organization }} team{% endblocktranslate %}
