{# Copyright The IETF Trust 2007, All Rights Reserved #} {% extends "ipr/search_result.html" %} {% load ietf_filters %} {% block search_result %}
{% block search_header %}{% if not count %}Search result on {{ q }}{% else %}Document Title Search Result{% endif %}{% endblock %} | ||
No IPR disclosures related to a document with the word(s) {{ q }} in the title have been submitted. | ||
Total number of IPR disclosures found: {{ count }} | ||
IPR that is related to {{ doc|rfcspace|lstrip:"0"|rfcnospace }}, "{{ doc.title|escape }}"{% if doc.related %}, {{ doc.relation }} {{ doc.related|rfcspace|lstrip:"0"|rfcnospace }}, "{{ doc.related.title }}"{% endif %}, which has the string "{{ q }}" within the document title. | ||
{{ ipr.submitted_date }} | {% for item in ipr.updated_by.all %} {% ifequal item.processed 1 %} IPR disclosure ID# {{ item.ipr.ipr_id }} "{{ item.ipr.title|escape }}" Updates {% endifequal %} {% endfor %} "{{ ipr.title|escape }}" | |
No IPR disclosures related to {{ doc|rfcspace|lstrip:"0" }} have been submitted |