{% extends "App/base.html" %} {% load app_filters %} {% load static %} {% block page_content %}
{% if 'phrase' in request.get_full_path or 'searchedPhrase' in request.get_full_path %}
{% for level in levels %}
{% endfor %}
{% if selectedChoices %}
The following filter/s are applied: Clear all filters
{% for choice in selectedChoices %}
{{choice}}
{% endfor %}
{% endif %}
{% if results %}

{{ phrase }}

{% endif %}
{% with 'usersResults/'|add:excelFile as filePath %} {% endwith %} {% with 'usersResults/'|add:pdfFile as filePath %} {% endwith %}
{% for result in results %}
Level {{ result.level|make_list|first }}, IDDRS {{result.module}}, Page {{result.pageNumber}}
{{result.heading1}}

{{result.paragraph | truncatewords:50}}

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

Featured Questions About IDDRS Framework

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