12 lines
376 B
HTML
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 %} |