{# Copyright The IETF Trust 2007, All Rights Reserved #} {% extends "base.html" %} {% block morecss %} {% endblock %} {% block doctype %}{% endblock %} {% block title %}IPR Search Result{% endblock %} {% block content %}

IPR Disclosures

{% block search_result %} {% if not iprs %} {% else %} {% block iprlist %} {% for ipr in iprs %} {% for item in ipr.updates.all %} {% ifnotequal item ipr %} {% endifnotequal %} {% endfor %} {% endfor %} {% endblock %} {% endif %}
{% block search_header %}Patent Owner/Applicant Search Result{% endblock %}
{% block search_failed %}No IPR disclosures have been submitted by {{ q }}{% endblock %}
Total number of IPR disclosures found: {{ count }}
{% block intro_prefix %}IPR that was submitted by {{ q }}, and{% endblock %} {% block related %} {% if not ipr.docs %} is not related to a specific IETF contribution. {% else %} is related to {% for item in ipr.docs %} {% ifequal item ipr.last_draft %} and {% endifequal %} {{ item.document }}, "{{ item.document.title|escape }},"{% if item.document.related %}, {{ item.document.relation }} {{ item.document.related }}, "{{ item.document.related.title|escape }}"{% endif %} {% endfor %} {% endif %} {% endblock %} {% block intro_suffix %}{% endblock %}
{{ ipr.submitted_date }}
  • ID # {{ ipr.ipr_id }}
  • "{{ ipr.title|escape }}"
    {{ item.updated.submitted_date }}
  • ID # {{ item.updated.ipr_id }}
  • IPR disclosure ID# {{ ipr.ipr_id }} "{{ ipr.title|escape }}" Updates {{ item.updated.title|escape }}
    {% endblock %}

    IPR Search Main Page
    IPR Disclosure Page
    {% endblock %}