We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0e569 commit f706ac2Copy full SHA for f706ac2
1 file changed
ietf/templates/ipr/search_holder_result.html
@@ -15,7 +15,7 @@
15
{% for ipr in iprs %}
16
<tbody bgcolor="#{% cycle dadada,eaeaea as bgcolor %}">
17
<tr valign="top">
18
- <td colspan="3">IPR that was submitted by <b><i>{{ q }}</i></b>{% if ipr.generic %},
+ <td colspan="3">IPR that was submitted by <b><i>{{ q }}</i></b>{% if not ipr.drafts.count and not ipr.rfcs.count %},
19
and is not related to a specific IETF contribution.
20
{% else %},
21
and is related to
0 commit comments