-
{% if result.results.docs %}
{% for doc in result.results.docs %}
- {% with doc=doc, name='search_results', form=form %} {% include "isearch/search/include/doc.html" %} {% endwith %} {% endfor %} {% else %} {% for group in result.results.groups %}
-
{{ group.category.attr }} ({{ group.category.name }}): {{ group.category.value }}
{% for doc in group.docs %} {% with doc=doc, name='search_results', form=form %} {% include "isearch/search/include/doc.html" %} {% endwith %} {% endfor %}
{% endfor %}
{% endif %}