{% csrf_token %} {% for field in comment_form %}
{{ field.errors }} {{ field.label_tag }}
{{ field }}
{% endfor %}