{# Copyright The IETF Trust 2007, All Rights Reserved #} {% extends "ipr/search_result.html" %} {% load ietf_filters %} {% block search_result %}
Total number of IPR disclosures found: {{ iprs|length }} | ||
{{ ipr.submitted_date }} | "{{ ipr.title|escape }}" | |
Total number of documents searched: {{ docs|length}} | ||
Search result on {{ doc|rfcspace|lstrip:"0"|rfcnospace }}, "{{ doc.title|escape }}"{% ifnotequal doc first %}{% if doc.related %}, {{ doc.relation }} {{ doc.related|rfcspace|lstrip:"0"|rfcnospace }}, "{{ doc.related.title }}"{% endif %} {% endifnotequal %} | ||
{{ ipr.submitted_date }} | "{{ ipr.title|escape }}" | |
No IPR disclosures have been submitted directly on {{ doc|rfcspace|lstrip:"0" }}{% if iprs %}, but there are disclosures on {% ifequal docs|length 2 %}a related document{% else %}related documents{% endifequal %}, listed on this page{% endif %}. |