{# bs5ok #} {% 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 %}Search result on "{{ q }}"{% endblock %} {% block search_result %} {% if not docs %}
No IPR disclosures related to a document with the words "{{ q }}"" in the title have been submitted.
{% else %}Total number of IPR disclosures found: {{ iprs|length }}.
Date | ID | Statement | {% for alias in docs %}
---|---|---|
IPR that is related to {{ alias.name|lstrip:"0"|rfcnospace|urlize_ietf_docs }} ("{{ alias.document.title }}") {% if alias.related %} that was {{ alias.relation|lower }} {{ alias.related.source.name|lstrip:"0"|rfcnospace|urlize_ietf_docs }} ("{{ alias.related.source.title }}") {% endif %} | ||
{{ ipr.disclosure.time|date:"Y-m-d" }} | {{ ipr.disclosure.id }} |
{% for item in ipr.disclosure.updated_by.all %}
{% if item.source.state_id == "posted" %}
IPR disclosure #{{ item.source.id }}:
{{ item.source.title }}
Updates: {% endif %} {% endfor %} {{ ipr.disclosure.title }} |
No IPR disclosures related to {{ alias.name|lstrip:"0"|urlize_ietf_docs }} have been submitted. |