{% for publication in page_obj %}
  • {% include 'journals/_publication_li_content.html' with publication=publication %}
  • {% empty %}
  • No publications yet
  • {% endfor %} {% if page_obj.has_next %}
  • {% endif %}