{% load icons comments %}
{% if comment_form.non_field_errors %}
{% for error in comment_form.non_field_errors %} {{ error }} {% endfor %}
{% endif %} {% for field in comment_form.visible_fields %} {% ifequal field.name 'h0n3ytr4p' %}
{% endifequal %} {% include 'field.inc.html' %} {% ifequal field.name 'h0n3ytr4p' %}
{% endifequal %} {% endfor %}
{{ comment_form.hidden_fields|join:'' }} {% if obj %} {% endif %} Comments may require approval.
{% csrf_token %}