{# Copyright The IETF Trust 2015, All Rights Reserved #}{% load origin %}{% origin %} {% load ietf_filters %} {% if not docs %} {% if not skip_no_matches_warning %}
No documents match your query.
{% endif %} {% else %} {% if meta.max %}
Too many documents match your query! Returning only a partial result.
{% endif %} {% comment %} Disable the js tablesort stuff for a truncate result, per Henrik. {% endcomment %} {% for h in meta.headers %} {% if h.title != "Title" %} {% endif %} {% endfor %} {% if color_row_positions %} {% endif %} {% regroup docs by search_heading as grouped_docs %} {% for doc_group in grouped_docs %} {% if color_row_positions %} {% for doc in doc_group.list %} {% include "doc/search/search_result_row.html" %} {% endfor %} {% endfor %}
{% if "sort_url" in h %} {{ h.title }} {% if h.sorted and meta.max %} {% if h.direction == "asc" %} {% else %} {% endif %} {% endif %} {% else %} {{ h.title }} {% endif %}
{% else %} {% endif %} {{ doc_group.grouper|plural:doc_group.list }} ({{doc_group.list|length}} {{"hit"|plural:doc_group.list}})
{% endif %}