15 lines
563 B
HTML
15 lines
563 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 %}
|
|
IPR disclosure title search result
|
|
{% endif %}
|
|
{% endblock %}
|
|
{% block intro_prefix %}IPR that{% endblock %}
|
|
{% block intro_suffix %}and has the string "{{ q }}" within the IPR disclosure title:{% endblock %}
|
|
{% block search_failed %}No IPR disclosures with the word(s) "{{ q }}" in the title have been submitted.{% endblock %}
|