{% extends "obpages/base.html" %} {% load sections widgets utils %} {% block meta_description %}{% if item|verbose_name == "author" %}View content by {{ item.name }} on overcomingbias-collection.{% else %}View content on {{ item.name }} on overcomingbias-collection.{% endif %}{% endblock %} {% block content %} {% query_results query_results title="All" row=True %} {% if is_paginated %} {% pagination_bar paginator=paginator page_obj=page_obj query=request.GET %} {% endif %} {% comment %} Introductory sequences {% endcomment %} {% comment %} Graph? {% endcomment %} {% endblock %}