{{ object.comment }}
{{ object.created_at }}
Likes: {{ object.likes_count }}
{% if object.user %}By: {{ object.user.username }}
{% else %}By: Guest
{% endif %} {% if object.user %} {% if object.user.id == user.id %} {% endif %} {% endif %} {% if object.user %} {% if object.user.id == user.id %} {% endif %}