{% load i18n %}{% autoescape off %} {% blocktrans trimmed %} You're receiving this email because you registered at {{ site_name }}. {% endblocktrans %} {% trans "Please go to the following link to activate your account:" %} {{ site }}{% url 'spirit:user:auth:registration-activation' pk=user_id token=token %} {% trans "Thanks for using our site!" %} {% endautoescape %}