{# Copyright The IETF Trust 2007, All Rights Reserved #} {% extends "ipr/search_result.html" %} {% load ietf_filters %} {% block search_result %} {% if not count %} {% else %} {% block iprlist %} {% for doc in docs %} {% if doc.iprs %} {% for ipr in doc.iprs %} {% endfor %} {% else %} {% endif %} {% endfor %} {% endblock %} {% endif %}
{% block search_header %}Working Group Search Result{% endblock %}
No IPR disclosures related to the {{ q }} working group have been submitted.
Total number of IPR disclosures found: {{ count }}
Total number of IPR disclosures found: {{ count }}
IPR that is related to {{ doc|rfcspace|lstrip:"0"|rfcnospace }}, "{{ doc.title|escape }}"{% if doc.related %}, {{ doc.relation }} {{ doc.related|rfcspace|lstrip:"0"|rfcnospace }}, "{{ doc.related.title|escape }}"{% endif %} which is a product of Working Group {{ q }}
{{ ipr.submitted_date }}
  • ID # {{ ipr.ipr_id }}
  • {% for item in ipr.updates.all %} {% ifequal item.updated.status 1 %} IPR disclosure ID# {{ item.updated.ipr_id }}, "{{ item.updated.title|escape }}" Updated by {% endifequal %} {% endfor %} "{{ ipr.title|escape }}"
    No IPR disclosures related to {{ doc|rfcspace|lstrip:"0" }} have been submitted
    {% endblock %}