{% load markup %}
{% if comment.liked %} {% else %} {% endif %} {% if comment.disliked %} {% else %} {% endif %}
{{comment.user.username}} on {{comment.humanized_time}} {{comment.points}} points {% if not comment.is_leaf_node %}[+]{% endif %} {{comment.comment_text|textile}}
{{comment.get_subcomment_form.as_p}}