{% if email %} You will soon recieve a mail at {{ email }} to verify your account {% else %}
{% csrf_token %} {% for field in form %} {{ field.label_tag }}{{ field }}
{% endfor %} {% if msg %}

{{ msg }}

{% endif %}
{% endif %}