{% extends "base.html" %} {% block body %}

List of monsters

{% if page_obj.paginator.count == 0 %}

We have no monsters!

{% else %} {% include "_page_and_paging_controls.html" %} {% endif %}

See also: create monsters page

{% endblock %}