{% extends "base.html" %} {% block content_primary %} {% for person in object_list %} {{ person }} {% empty %}

There have been no people added yet.

{% endfor %} {% endblock content_primary %}