{% for commentary in page_obj %}
  • {% include 'commentaries/_commentary_card_content.html' with commentary=commentary %}
  • {% empty %}
  • None found
  • {% endfor %} {% if page_obj.has_next %}
  • {% endif %}