14 lines
369 B
HTML
14 lines
369 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 <i>{{ q }}</i> and{% endblock %}
|