{% csrf_token %}
{% for field in form %}
{% if field.label %} {% endif %} {{ field }}
{% endfor %}
{% if error %} {% endif %}