{% load comments %}
{% get_comment_form for submission as form %}
{{form.content_type}} {{form.object_pk}} {{form.timestamp}} {{form.security_hash}}
{{ form.honeypot}}

Comment:

{{ form.comment }}