{% for item in ['author', 'website', 'email'] %}
{{ form_row(form[item]) }}
{% endfor %}
{% for item in ['content'] %}
{{ form_row(form[item]) }}
{% endfor %}
{% for item in ['post', 'parentComment', 'isActive'] %}
{{ form_row(form[item]) }}
{% endfor %}