{% extends "base.html" %} {% block content %} {% for object in object_list %} {{ object.first_name }}
{% endfor %} {% endblock %}