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

Headings


{% for header in headers %}

{{ header }}

{% endfor %}
{% endif %}

Decisions


{% for decision in decisions %}

{{ decision.synopsis }}

{% endfor %}
{% if headersCount %}{{ headersCount }} Headers, {% endif %}{{ decisionsCount }} Decision{% if decisionsCount > 1 %}s{% endif %}
{% endblock %}