datatracker/ietf/templates/ipr/search_iprtitle_result.html

18 lines
566 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 <i>"{{ q }}"</i> within the IPR disclosure title:{% endblock %}
{% block search_failed %}No IPR disclosures with the word(s) "<i>{{ q }}</i>" in the title have been submitted.{% endblock %}