{% load static %}
{% csrf_token %}

Please fill in this form to create an account.


{% for field in form.visible_fields %}
{{ field.label_tag }} {{ field }}
{% endfor %}
{% if AJAX_POST %} {% endif %}