Register

{% csrf_token %} {% for field in form %}
{{ field }} {% if field.errors %}
{{ field.errors|striptags }}
{% endif %}
{% endfor %}