diff --git a/ietf/templates/ipr/search_doc_result.html b/ietf/templates/ipr/search_doc_result.html
index 7cb69afcd..b8aeb04da 100644
--- a/ietf/templates/ipr/search_doc_result.html
+++ b/ietf/templates/ipr/search_doc_result.html
@@ -28,7 +28,7 @@
{{ ipr.time|date:"Y-m-d" }} |
{{ ipr.id }} |
- {{ ipr.title }}
+ | {{ ipr.title }}{% if ipr.state_id == 'removed' %} (Removed) {% endif %}
{% if ipr.updates %} (Updates ID#: {% for upd in ipr.updates %}{{upd.target_id}}{% if not forloop.last %}, {% endif %}{% endfor %}){% endif %}
|
@@ -70,7 +70,7 @@
{{ ipr.disclosure.time|date:"Y-m-d" }} |
{{ ipr.disclosure.id }} |
- {{ ipr.disclosure.title }}
+ | {{ ipr.disclosure.title }}{% if ipr.disclosure.state_id == 'removed' %} (Removed) {% endif %}
{% if ipr.disclosure.updates %} (Updates ID#: {% for upd in ipr.disclosure.updates %}{{upd.target_id}}{% if not forloop.last %}, {% endif %}{% endfor %}){% endif %}
|