{% extends "base.html" %} {% load app_filters %} {% load static %} {% block page_content %}
{% if results %}
{% for level in levels %}
{% endfor %}
{% endif %}
{% if results %}

Results for: {{ phrase }}

{% endif %} {% if selectedChoices %}
Based on the following filter/s:
{% for choice in selectedChoices %}
{{choice}}
{% endfor %}
{% endif %} {% for result in results %}
Level {{ result.level|make_list|first }}, IDDRS {{result.module}}, Page {{result.pageNumber}}
{{result.heading1}}

{{result.paragraph | truncatewords:50}}

{% endfor %}
{% if results %} {% endif %}

Featured Questions About IDDRS Framework

{% for result in results %} {% endfor %} {% endblock %}