diff --git a/ietf/templates/ipr/list.html b/ietf/templates/ipr/list.html index d5fa9fcf5..712acdc58 100644 --- a/ietf/templates/ipr/list.html +++ b/ietf/templates/ipr/list.html @@ -30,6 +30,7 @@ which any license under such rights might or might not be available; nor does it

Generic IPR Disclosures


+ {% for ipr in generic_disclosures %} {% include "ipr/list_item.html" %} {% endfor %} diff --git a/ietf/templates/ipr/list_item.html b/ietf/templates/ipr/list_item.html index 99f4aa99e..f5fe37c01 100644 --- a/ietf/templates/ipr/list_item.html +++ b/ietf/templates/ipr/list_item.html @@ -10,7 +10,9 @@ {% endifequal %}
{% for item in ipr.updates.all %} + {% ifequal item.status 1 %} Updates ID #{{ item.updated.ipr_id }}.
+ {% endifequal %} {% endfor %} {% for item in ipr.updated_by.all %} {% ifequal item.processed 1 %}
Date SubmittedID #Title of IPR Disclosure