{% extends 'base/html.html' %} {% block body %} {% for obj in object_list %}

{{ obj }}

{% endfor %} {% endblock body %}