{% extends 'base.html' %} {% load static %} {% block body %}
{% for heading in allHeadings %}
{% endfor %}
{% if url %} {% endif %} {% if filter %}
Filters: {% for item in filter %} {{ item }} {% endfor %} × Clear Filters
{% endif %}
{% if headingCount > 1 and headingCount > 1 and not filter %}

Headings


{% for heading in headings %}

{{ heading }}

{% endfor %}
{% endif %}

Cases


{% for case in cases %}

{{ case.synopsis }}

{% endfor %}
{% if headingCount %}{{ headingCount }} Headings, {% endif %}{{ caseCount }} Case{% if caseCount > 1 %}s{% endif %}
{% endblock %}