<a href="#" class="add-comment-link">{% trans "add new comment" %}</a>\r
{% endif %}\r
</div>\r
-{% if can_comment %}\r
<div id="comment-{{ post.id }}-form-container" class="comment-form-container">\r
+ {% if can_comment %}\r
<form id="comment-{{ post.id }}-form" method="post" action="{% url comment id=post.id %}" accept-charset="utf-8">\r
<div class="comment-form-widgets-container">\r
<textarea name="comment"></textarea>\r
</div>\r
</script>\r
</form>\r
+ {% endif %}\r
</div>\r
-{% endif %}\r
\ No newline at end of file