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

No Comments

{% endfor %}
{% include "comments/comment_form.html" with form=form target=target %}