Add Section

{% csrf_token %}
{% for field in form %}
{{ field.errors }} {{ field }}
{% endfor %}