datatracker/ietf/templates/ipr/search_patent_result.html
Lars Eggert bbf088e18b Hopefully the final check-ins.
- Legacy-Id: 19909
2022-02-08 17:29:15 +00:00

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 %}