{% load i18n %} {% load hub_absolute %} {% autoescape off %} {% trans "Hello" %} {{ user.get_full_name|default:user.username }}, {% blocktranslate %} You're receiving this email because you requested to create an account at "{{ site_name }}". To complete the registration please use the following link: {% endblocktranslate %} {% hub_absolute activation_url uid_b64=uid channel_id=cid token=token %} {% blocktranslate %} If you did not register for an account, you may ignore this message. Looking forward to having you at the event! {% endblocktranslate %} {% endautoescape %}