{% trans %}Welcome to {{ site_title }}{% endtrans %}
{% trans %}You have been invited to join {{ site_title }}.{% endtrans %}
{% trans %}A user account has already been created for you with the username {{ user_name }}. You can change it later.{% endtrans %}
{% if group_title %}{% trans %}You have been added to the {{ group_type }} {{ group_title }} with the following role: {{ role_name }}.{% endtrans %}
{% endif %}{% trans %}To accept this invitation and set your password, please click the button below:{% endtrans %}
{% trans %}Accept Invitation{% endtrans %}
{% trans %}If the button above doesn't work, you can also copy and paste the following link into your browser:{% endtrans %}
{{ reset_link }}
{% trans %}Have a nice day.{% endtrans %}