{% if created %}

{% trans 'Your comment succesfully posted' %}

{% else %} {% get_comment_form for object as comment_form %}
{% csrf_token %} {{ comment_form.content_type }} {{ comment_form.object_pk }} {{ comment_form.timestamp }} {{ comment_form.security_hash }} {% thumbnail user.get_profile.avatar "32x32" as im %} {{ user }} {% endthumbnail %} {{ comment_form.comment }} {% for error in comment_form.comment.errors %} {{ error }} {% endfor %} {% if comment_form.comment.help_text %} {{ comment_form.comment.help_text|safe }} {% endif %}
{% endif %}