{% extends "admin/base.html" %} {% block content %} add
{% for obj in object_list %} {{ obj }} detail edit delete
{% endfor %} {% endblock content %}