{% load static comments_tags %}

{% get_comment_count target %} Comments

{% for comment, liked in comment_liked %}
{% include "comments/comment.html" with object=comment liked=liked form=form %}
{% empty %}

No Comments

{% endfor %}