{% for comment in page_obj %}
  • {% include 'comments/_comment_card_content.html' with comment=comment %}
  • {% empty %}
  • No comments yet
  • {% endfor %} {% if page_obj.has_next %}
  • {% endif %}