16 lines
637 B
HTML
16 lines
637 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) "<i>{{ q }}</i>" in the Patent Information have been submitted.{% endblock %}
|
|
|
|
{% block intro_prefix %}IPR that contains the string <i>{{ q }}</i> 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 %}
|