{% extends "base.html" %} {% block body %}
We have no monsters!
{% else %} {% block page-and-paging-controls %} {% for monster in page_obj %}{{ monster.name }}
{% endfor %} {% if page_obj.has_next %} {% else %}That's all of them!
{% endif %} {% endblock %} {% endif %}See also: create monsters page
{% endblock %}