{% extends "registration/layout.html" %} {% block accounts %}
{% csrf_token %} {% for field in form %}
{{ field.errors }} {{ field }} {% if field.help_text %}

{{ field.help_text }}

{% endif %}
{% endfor %}
{% endblock %}