{% autoescape off %}{% load ietf_filters %}{% load ipr_filters %}IPR Title: {{ ipr.title|safe }}

Section {% cycle 'I' 'II' 'III' 'IV' 'V' 'VI' 'VII' 'VIII' as section %}. {% if ipr|to_class_name == "ThirdPartyIprDisclosure" %}Possible {% endif %}Patent Holder/Applicant ("Patent Holder")
    Legal Name: {{ ipr.holder_legal_name|safe }}


{% if ipr.holder_contact_name or ipr.holder_contact_info %}Section {% cycle section %}. Patent Holder's Contact for License Application
    Name:       {{ ipr.holder_contact_name|safe }}
    Email:      {{ ipr.holder_contact_email|safe }}
    Info:       {{ ipr.holder_contact_info|safe }}


{% endif %}{% if ipr.ietfer_name or ipr.ietfer_contact_info %}Section {% cycle section %}. Contact Information for the IETF Participant Whose Personal Belief Triggered this Disclosure
    Name:       {{ ipr.ietfer_name|safe }}
    Email:      {{ ipr.ietfer_contact_email|safe }}
    Info:       {{ ipr.ietfer_contact_info|safe }}


{% endif %}{% if ipr|to_class_name == "HolderIprDisclosure" or ipr|to_class_name == "ThirdPartyIprDisclosure" %}Section {% cycle section %}. IETF Document or Working Group Contribution to Which Patent Disclosure Relates
    Related Document(s): {% for rel in ipr.iprdocrel_set.all %}{{ rel.document.name|safe }} ({{ rel.document.document.title|safe }}){% if not forloop.last %}, {% endif %}{% endfor %}
    Designations for Other Contributions: {{ ipr.other_designations|safe }}


{% endif %}{% if ipr|to_class_name != "GenericIprDisclosure" %}Section {% cycle section %}. Disclosure of Patent Information (i.e., patents or patent applications required to be disclosed by Section 6 of RFC 3979)

A. For granted patents or published pending patent applications, please provide the following information:
    Patent, Serial, Publication, Registration, or Application/File number(s): {{ ipr.patent_info|safe }}

B. Does your disclosure relate to an unpublished pending patent application? {% if ipr.has_patent_pending %} Yes{% else %} No{% endif %}.


{% endif %}{% if ipr|to_class_name == "HolderIprDisclosure" %}Section {% cycle section %}. Licensing Declaration 

The Patent Holder states that, upon approval by the IESG for publication as an RFC of the 
relevant IETF specification, its position with respect to licensing any patent claims
contained in the patent(s) or patent application(s) disclosed above that would be
necessary to implement the technology required by such IETF specification ("Patent Claims"),
for the purpose of implementing the specification, is as follows(select one licensing
declaration option only):

{{ ipr.licensing.desc|safe|indent }}

Licensing information, comments, notes or URL for further information:

{{ ipr.comments|safe|indent }}


{% endif %}{% if ipr|to_class_name == "NonDocSpecificIprDisclosure" or ipr|to_class_name == "GenericIprDisclosure" %}Section {% cycle section %}. Statement

{{ ipr.statement|safe }}

{% endif %}Section {% cycle section %}. Contact Information of Submitter of this Form
    Name:       {{ ipr.submitter_name|safe }}
    Email:      {{ ipr.submitter_email|safe }}


Section {% cycle section %}. Other Note(s)
{{ ipr.notes|safe }}
{% endautoescape %}