{% extends "base.html" %} {% block content %} {% if email %}
Thank you! You will receive a welcome mail to {{ email }} shortly.
Don't forget to check your Spam folder, in case the email ends up there.
{% elif exception %}Woops, something went wrong: {{ exception }}.
Please contact your system adminstrator if this is unexpected.
{% endif %} {% endblock %}