{% extends 'base.html' %} {% load static %} {% block body %}
{% for header in allHeaders %}
{% endfor %}
{% if url %} {% endif %}
{% if headersCount > 1 %}

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 %}