diff --git a/ietf/templates/ipr/search_holder_result.html b/ietf/templates/ipr/search_holder_result.html index 1025ae0f8..852dc96c1 100644 --- a/ietf/templates/ipr/search_holder_result.html +++ b/ietf/templates/ipr/search_holder_result.html @@ -15,7 +15,11 @@ {% for ipr in iprs %} - IPR that was submitted by {{ q }}, and is related to + IPR that was submitted by {{ q }} + {% if ipr.generic %} + , and is not related to a specific IETF contribution. + {% else %} + , and is related to {% for doc in ipr.drafts.all %} {% ifnotequal ipr.drafts.count 1 %}{% ifequal doc ipr.last_draft %} and {% endifequal %}{% endifnotequal %} {{ doc.document }}, "{{ doc.document.title }}," @@ -24,6 +28,7 @@ {% ifnotequal ipr.rfcs.count 1 %}{% ifequal doc ipr.last_rfc %} and {% endifequal %}{% endifnotequal %} {{ doc.document }}, "{{ doc.document.title }}," {% endfor %} + {% endif %}