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

12 lines
376 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 owner/applicant search result
{% endif %}
{% endblock %}
{% block intro_prefix %}IPR that was submitted by "{{ q }}" and{% endblock %}