{% if created %}

{% trans 'Your comment succesfully posted' %}

{% else %} {% get_comment_form for object as comment_form %}
{% csrf_token %}
{% trans "Leave your comment" %}

{% thumbnail user.get_profile.avatar "16x16" as im %} {{ user }} {% endthumbnail %} {% firstof user.real_name user.username %}

{{ comment_form.content_type }} {{ comment_form.object_pk }} {{ comment_form.timestamp }} {{ comment_form.security_hash }} {{ 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 %}