{% load i18n %}
{% autoescape off %}
{% block content %}{% endblock %}

{% blocktrans with site_name=current_site.name site_domain=current_site.domain %}Thank you for signing up with {{ site_name }}!
{{ site_domain }}{% endblocktrans %}
{% endautoescape %} 