{% 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
{{doc}}{% endblock %} {% block search_result %}

Total number of IPR disclosures found: {{ iprs|length }}.

{% if iprs %} {% for ipr in iprs %} {% endfor %}
Date ID Statement
{{ ipr.time|date:"Y-m-d" }} {{ ipr.id }} {{ ipr.title }}{% if ipr.state_id == 'removed' or ipr.state_id == 'removed_objfalse' %}Removed{% endif %} {% if ipr.updates %}
(Updates ID#: {% for upd in ipr.updates %}{{upd.target_id}}{% if not forloop.last %}, {% endif %}{% endfor %}){% endif %}
{% if related_iprs %}

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}}.

{% for d in docs %} {% with d.iprdocrel_set.all as doc_iprs %} {% if doc_iprs %} {% for ipr in doc_iprs %} {% if ipr.disclosure.state_id in states %} {% endif %} {% endfor %} {% else %} {% endif %} {% endwith %} {% endfor %}
Date ID Statement
Results for {{ d.name|prettystdname|urlize_ietf_docs }} ("{{ d.title }}"){% if d != doc and d.related %}, which {% if d == d.related.source %} {{ d.relation|lower }} {{ d.related.target|prettystdname|urlize_ietf_docs }} ("{{ d.related.target.title }}") {% else %} was {{ d.relation|lower }} {{ d.related.source|prettystdname|urlize_ietf_docs }} ("{{ d.related.source.title }}") {% endif %} {% endif %}
{{ ipr.disclosure.time|date:"Y-m-d" }} {{ ipr.disclosure.id }} {{ ipr.disclosure.title }}{% if ipr.disclosure.state_id == 'removed' or ipr.disclosure.state_id == 'removed_objfalse' %} (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 {{ d.name|prettystdname|urlize_ietf_docs }}{% if iprs %}, but there are disclosures on {% if docs|length == 2 %}a related document{% else %}related documents{% endif %}, listed on this page{% endif %}.
{% if related_iprs %} {% for ipr in related_iprs %} {% endfor %}
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 %}
{% endif %} {% endblock %} {% block js %} {% endblock %}