{% comment %} Ugly but unfortunately short of refactoring I have no way around it. Open to comments {% endcomment %} {{ comment_form.media }}
{% csrf_token %} {% for field in comment_form %}
{{ field.errors }} {{ field.label_tag }}
{{ field }}
{% endfor %}