diff --git a/ietf/templates/ipr/details_view.html b/ietf/templates/ipr/details_view.html index f1fc7edf0..871e08626 100644 --- a/ietf/templates/ipr/details_view.html +++ b/ietf/templates/ipr/details_view.html @@ -124,11 +124,13 @@ Patent Holder/Applicant ("Patent Holder") - {% if prev and prev.state.slug == "posted" %} + {% if prev %} + {% if prev.state.slug == "posted" %} {% else %} {% endif %} + {% endif %} {% if prev %}{% endif %} @@ -140,11 +142,13 @@

{% cycle section %}. Patent Holder's Contact for Licence Application

Previous (#{{prev.id}})This (#{{ipr.id}})
Previous (#{{prev.id}}, {{prev.state}})This (#{{ipr.id}})
{{ prev.holder_legal_name }}Holder legal name
- {% if prev and prev.state.slug == "posted" %} + {% if prev %} + {% if prev.state.slug == "posted" %} {% else %} {% endif %} + {% endif %} {% if prev %}{% endif %} @@ -171,11 +175,13 @@

{% cycle section %}. Contact Information for the IETF Participant Whose Personal Belief Triggered this Disclosure

Previous (#{{prev.id}})This (#{{ipr.id}})
Previous (#{{prev.id}}, {{prev.state}})This (#{{ipr.id}})
{{ prev.holder_contact_name }}
- {% if prev and prev.state.slug == "posted" %} + {% if prev %} + {% if prev.state.slug == "posted" %} {% else %} {% endif %} + {% endif %} {% if prev %}{% endif %} @@ -201,11 +207,13 @@

{% cycle section %}. IETF Document or Other Contribution to Which this IPR Disclosure Relates

Previous (#{{prev.id}})This (#{{ipr.id}})
Previous (#{{prev.id}}, {{prev.state}})This (#{{ipr.id}})
{{ prev.ietfer_name }}Name
- {% if prev and prev.state.slug == "posted" %} + {% if prev %} + {% if prev.state.slug == "posted" %} {% else %} {% endif %} + {% endif %} {% if prev %} @@ -261,11 +269,13 @@

A. For granted patents or published pending patent applications, please provide the following information:

Previous (#{{prev.id}})This (#{{ipr.id}})
Previous (#{{prev.id}}, {{prev.state}})This (#{{ipr.id}})
- {% if prev and prev.state.slug == "posted" %} + {% if prev %} + {% if prev.state.slug == "posted" %} {% else %} {% endif %} + {% endif %} {% if prev %}{% endif %} @@ -276,11 +286,13 @@

B. Does this disclosure relate to an unpublished pending patent application?:

Previous (#{{prev.id}})This (#{{ipr.id}})
Previous (#{{prev.id}}, {{prev.state}})This (#{{ipr.id}})
{{ prev.patent_info|linebreaks }}Patent, Serial, Publication, Registration, or Application/File number(s)
- {% if prev and prev.state.slug == "posted" %} + {% if prev %} + {% if prev.state.slug == "posted" %} {% else %} {% endif %} + {% endif %} {% if prev %}{% endif %} @@ -313,11 +325,13 @@ {% endif %}
Previous (#{{prev.id}})This (#{{ipr.id}})
Previous (#{{prev.id}}, {{prev.state}})This (#{{ipr.id}})
{{ prev.has_patent_pending|yesno:"Yes,No" }}Has patent pending
- {% if prev and prev.state.slug == "posted" %} + {% if prev %} + {% if prev.state.slug == "posted" %} {% else %} {% endif %} + {% endif %} {% if prev %}{% endif %} @@ -338,11 +352,13 @@

{% cycle section %}. Statement

Previous (#{{prev.id}})This (#{{ipr.id}})
Previous (#{{prev.id}}, {{prev.state}})This (#{{ipr.id}})
{% if prev.licensing.slug == "provided-later" %}{{ prev.licensing.desc|slice:"2:"|slice:":117" }}){% else %}{{ prev.licensing.desc|slice:"2:" }}{% endif %}Licensing
- {% if prev and prev.state.slug == "posted" %} + {% if prev %} + {% if prev.state.slug == "posted" %} {% else %} {% endif %} + {% endif %} {% if prev %}{% endif %} @@ -354,11 +370,13 @@

{% cycle section %}. Contact Information of Submitter of this Form

Previous (#{{prev.id}})This (#{{ipr.id}})
Previous (#{{prev.id}}, {{prev.state}})This (#{{ipr.id}})
{{ prev.statement|linebreaks }}Statement
- {% if prev and prev.state.slug == "posted" %} + {% if prev %} + {% if prev.state.slug == "posted" %} {% else %} {% endif %} + {% endif %} {% if prev %}{% endif %} @@ -376,11 +394,13 @@

{% cycle section %}. Other Notes

Previous (#{{prev.id}})This (#{{ipr.id}})
Previous (#{{prev.id}}, {{prev.state}})This (#{{ipr.id}})
{{ prev.submitter_name }}Submitter name
- {% if prev and prev.state.slug == "posted" %} + {% if prev %} + {% if prev.state.slug == "posted" %} {% else %} {% endif %} + {% endif %} {% if prev %}{% endif %}
Previous (#{{prev.id}})This (#{{ipr.id}})
Previous (#{{prev.id}}, {{prev.state}})This (#{{ipr.id}})
{{ prev.notes|linebreaks }}Additional notes