{% extends "obpages/base.html" %}
{% load sections widgets %}
{% 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 %}