{% load comments i18n %} {% get_comment_form for message as form %}
{% blocktrans with name=user.get_full_name %}Comment by {{ name }}:{% endblocktrans %} {{ form.comment }} {% if user.private %} {% trans "Despite your privacy settings, your real name will be published with comment.There are no anonymous comments." %} {% endif %} {% trans "Post Comment" %}