File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ <H1><center>IETF Page of Intellectual Property Rights Disclosures.</H1></center>
3030< a name ="generic "> </ a >
3131< h2 > Generic IPR Disclosures</ h2 > < br >
3232< table border ="1 " cellpadding ="2 " cellspacing ="2 " width ="820 ">
33+ < tr > < th > Date Submitted</ th > < th width ="70 "> ID #</ th > < th align ="center "> Title of IPR Disclosure</ th > </ tr >
3334 {% for ipr in generic_disclosures %}
3435 {% include "ipr/list_item.html" %}
3536 {% endfor %}
Original file line number Diff line number Diff line change 1010 {% endifequal %}
1111 < br />
1212 {% for item in ipr.updates.all %}
13+ {% ifequal item.status 1 %}
1314 Updates ID < a href ="{% url ietf.ipr.views.show item.updated.ipr_id %} "> #{{ item.updated.ipr_id }}</ a > .< br >
15+ {% endifequal %}
1416 {% endfor %}
1517 {% for item in ipr.updated_by.all %}
1618 {% ifequal item.processed 1 %}
You can’t perform that action at this time.
0 commit comments