{% extends "admin/object_list.html" %} {% block tbody %} {% for obj in object_list %} {{ obj.name}} {% endfor %} {% endblock tbody %}