{{ comment_form.nickname }}
{% if comment_form.nickname.help_text %}
{{ comment_form.nickname.help_text|safe }}
{% endif %}
{{ comment_form.email }}
{% if comment_form.email.help_text %}
{{ comment_form.email.help_text|safe }}
{% endif %}
{{ comment_form.content }}
{% if comment_form.content.help_text %}
{{ comment_form.content.help_text|safe }}
{% endif %}