{% 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 %}Working Group search results{% endblock %} {% block search_result %}
Total number of {{ q }} WG IPR disclosures found: {{ iprs|length }}.
{% if docs %}| Date | ID | Statement |
|---|---|---|
| IPR related to {{ alias.name|rfcspace|lstrip:"0"|rfcnospace }} ("{{ alias.document.title }}"){% if alias.related %} that was {{ alias.relation|lower }} {{ alias.related.source|rfcspace|lstrip:"0"|rfcnospace }} ("{{ alias.related.source.title|escape }}"){% endif %}{% if alias.product_of_this_wg %}, a product of the {{ q }} WG{% endif %}: | ||
| {{ ipr.disclosure.time|date:"Y-m-d" }} | {{ ipr.disclosure.id }} |
{% for item in ipr.disclosure.updates.all %}
{% if item.target.state_id == "posted" %}
IPR disclosure #{{ item.target.id }}: {{ item.target.title }} Updated by: {% endif %} {% endfor %} {{ ipr.disclosure.title }} |
| No IPR disclosures related to {{ alias.name|rfcspace|lstrip:"0" }} have been submitted. | ||