{{ post.get_category_icon }} {{ post.get_category_display }} {% if post.author.profile.profile_photo %} {% else %} {{ post.author.username|first|upper }} {% endif %} {{ post.author.username }} {{ post.created_at|timesince }} ago {{ post.caption }} {% if post.pk in liked_post_ids %}❤️{% else %}🤍{% endif %} {{ post.like_count }} {{ post.comment_count }} {% if post.pk in bookmarked_ids %}🔖{% else %}🏷️{% endif %} {% for comment in post.comments.all|slice:":3" %} {{ comment.author.username|first|upper }} {{ comment.author.username }} {{ comment.content }} {{ comment.created_at|timesince }} ago {% empty %} No comments yet. {% endfor %} {% csrf_token %}
No comments yet.
{% endfor %}