{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Thanks for registering" %}

{% blocktrans with site_name=site.name %} Thanks for creating an account with {{ site_name }}. {% endblocktrans %}

{% blocktrans %} We've sent you an email containing information about what you need to do to activate your account. Please check your email now. {% endblocktrans %}

{% endblock %}