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