{% load comments %}

Comments

{% for field in form %} {% if field.is_hidden %} {{ field }} {% else %} {% endif %} {% endfor %}