{% extends 'base.html' %} {% load static %} {% block body %}

Headings {% if headingCount > 1 and caseCount > 1 and not filter %} ({{ headingCount }}) {% endif %}


{% if headingCount > 1 and caseCount > 1 and not filter %} {% for heading in headings %}

{{ heading }}

{% endfor %}
{% endif %}
{% endblock %}