{% load comment_tags %} {% if comment_form.non_field_errors %} {% endif %} {% for field in comment_form.visible_fields %} {% if field.field.label == 'Content' %} {% render_field field placeholder=placeholder class='js-comment-input form-control form-control-sm rounded-0' %} {% endif %} {% endfor %}