17 lines
648 B
HTML
17 lines
648 B
HTML
{% extends "ipr/search_result.html" %}
|
|
{# Copyright The IETF Trust 2015, All Rights Reserved #}
|
|
{% load origin %}
|
|
{% origin %}
|
|
{% block search_header %}
|
|
{% if not iprs %}
|
|
Search result on {{ q }}
|
|
{% else %}
|
|
Patent information search result
|
|
{% endif %}
|
|
{% endblock %}
|
|
{% block search_failed %}
|
|
No IPR disclosures with the word(s) "{{ q }}" in the Patent Information have been submitted.
|
|
{% endblock %}
|
|
{% block intro_prefix %}
|
|
IPR that contains the string "{{ q }}" in the "Disclosure of Patent Information" section of the form, or in the body of the text (for disclosures submitted by e-mail), and
|
|
{% endblock %} |