{% load comments %} {% load i18n %} {% if user.is_authenticated %}
{{user.get_full_name}} {% trans "tell us what you think" %}
{% trans "Comment" %} {{form.comment}} {{form.comment.errors}}
{% trans "Login to comment" %}