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