{% theme "page" %} {% comment "What" %} The list page presents an object_list, extending the theme "page". Assign the _url_ for a list item through `view.list_item_link`. class ProductStashListView(views.ListView): # template_name = 'products/generic-form-page.html' model = models.ProductStash list_item_link ='products:productstash-detail' list_item_link_attr = 'uuid' {% endcomment %} {# extends "theme/page.html" #} {% load link %} {% block body_class %}list page{% endblock %} {% block title %}list{% endblock title %} {% block template_name %}list_page{% endblock template_name %} {% block deep_content %}