{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% load static %}
{% block title %}IPR search{% endblock %}
{% block content %}
{% origin %}
{% include "ipr/search_form.html" %}
{% endblock %}
{% block js %}
{% endblock %}