{% extends "emails/base.html" %} {% load i18n %} {% block content %}

{% blocktranslate %}Welcome to {{ organization }}{% endblocktranslate %}

{% translate "Hello 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." %}

{% translate "Best regards," %}
{% blocktranslate %}The {{ organization }} Team{% endblocktranslate %}

{% endblock %}