{% extends "ipr/search_result.html" %} {# Copyright The IETF Trust 2015, All Rights Reserved #} {% load origin %}{% origin %} {% load ietf_filters static %} {% block pagehead %} {% endblock %} {% block search_header %}Document IPR search results for {{doc}}{% endblock %} {% block search_result %}
Total number of IPR disclosures found: {{ iprs|length }}.
{% if iprs %}| Date | ID | Statement |
|---|---|---|
| {{ ipr.time|date:"Y-m-d" }} | {{ ipr.id }} | {{ ipr.title }}{% if ipr.state_id == 'removed' %} (Removed) {% endif %}
{% if ipr.updates %} (Updates ID#: {% for upd in ipr.updates %}{{upd.target_id}}{% if not forloop.last %}, {% endif %}{% endfor %}){% endif %} |
IPR declarations exist for related documents, see below. These cannot be assumed to apply to the current document without closer inspection.
{% endif %} {% endif %}Total number of documents searched: {{ docs|length}}.
| Date | ID | Statement |
|---|---|---|
| Results for {{ doc.name|rfcspace|lstrip:"0"|rfcnospace }} ("{{ doc.document.title }}"){% if not forloop.first %}{% if doc.related %}, that was {{ doc.relation|lower }} {{ doc.related.source|rfcspace|lstrip:"0"|rfcnospace }} ("{{ doc.related.source.title }}"){% endif %}{% endif %}: | ||
| {{ ipr.disclosure.time|date:"Y-m-d" }} | {{ ipr.disclosure.id }} | {{ ipr.disclosure.title }}{% if ipr.disclosure.state_id == 'removed' %} (Removed) {% endif %}
{% if ipr.disclosure.updates %} (Updates ID#: {% for upd in ipr.disclosure.updates %}{{upd.target_id}}{% if not forloop.last %}, {% endif %}{% endfor %}){% endif %} |
| No IPR disclosures have been submitted directly on {{ doc.name|rfcspace|lstrip:"0" }}{% if iprs %}, but there are disclosures on {% if docs|length == 2 %}a related document{% else %}related documents{% endif %}, listed on this page{% endif %}. | ||
| Date | ID | Statement |
|---|---|---|
| {{ ipr.time|date:"Y-m-d" }} | {{ ipr.id }} | {{ ipr.title }}
{% if ipr.updates %} (Updates ID#: {% for upd in ipr.updates %}{{upd.target_id}}{% if not forloop.last %}, {% endif %}{% endfor %}){% endif %} |