{# bs5ok #} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %} {% origin %} {% load ietf_filters static %} {% block pagehead %} {% endblock %} {% if not docs %} {% if not skip_no_matches_warning %}
No documents match your query.
{% endif %} {% endif %} {% if meta.max %}
Too many documents match your query! Returning only a partial result ({{ meta.max }} matches).
{% endif %} {% if start_table %} {% for h in meta.headers %} {% if h.title != "Title" %} {% endif %} {% endfor %} {% endif %} {% regroup docs by search_heading as grouped_docs %} {% for doc_group in grouped_docs %} {% if color_ad_position %} {% for doc in doc_group.list %} {% include "doc/search/search_result_row.html" %} {% endfor %} {% endfor %} {% if end_table %}
{% if "sort_url" in h %} {{ h.title|cut:" " }} {% if h.sorted and meta.max %} {% if h.direction == "asc" %} {% else %} {% endif %} {% endif %} {% else %} {{ h.title|cut:" " }} {% endif %}
{% else %} {% endif %} {{ doc_group.grouper|plural:doc_group.list }} ({{ doc_group.list|length }} {{"hit"|plural:doc_group.list }})
{% endif %} {% block js %} {% endblock %}