{% for monster in page_obj %}

{{ monster.name }}

{% endfor %} {% if page_obj.has_next %}

Load more

{% else %}

That's all of them!

{% endif %}