{% extends "App/base.html" %} {% load app_filters %} {% block page_content %}
{% csrf_token %} {{ form.phrase }}

{{ results|length }} results hvae been found

{% for result in results %}
Level {{ result.level|make_list|first }}, Standard {{result.module}}, Page {{result.pageNum}}
{{result.heading1}}

{{result.paragraph | truncatewords:50}}

{% endfor %} {% for result in results %} {% endfor %}
{% endblock %}
{% for result in results %} {# Each "contact" is a Contact model object. #} {{result.heading1}}
{% endfor %} {% if results.has_other_pages %} {% endif %}