{% trans 'You are receiving this e-mail, because an Integreat-account was created for you.' %}
{% if uid and token %}
{% trans 'Please click the link below to set a password and activate your account.' %}
{% trans 'If clicking on the link above does not work, please copy the URL and paste it into the address bar of your browser.' %}
{% trans 'Your username is:' %} {{ user.get_username }}
{% trans 'Best regards' %},
{% trans 'Your Integreat team' %}{% if region %} {{ region.name }}{% endif %}