File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ Email: {{ ipr.ietf_contact.email }}
2626
2727Section IV. IETF Document or Working Group Contribution to Which Patent Disclosure
2828Relates
29- ${doc_title_line} RFC Number(s) : {% for doc in ipr.rfcs.all %}{{ doc.document.rfc_number }}{% if not forloop.last %}, {% endif %}{% endfor %}
30- I-D File Name(s)(draft-...) : {% for doc in ipr.drafts.all %}{{ doc.document.displayname }}{% if not forloop.last %}, {% endif %}{% endfor %}
29+ RFC Number(s) : {% for doc in ipr.rfcs.all %}{{ doc.document.rfc_number }} ({{ doc.document.title }}) {% if not forloop.last %}, {% endif %}{% endfor %}
30+ I-D File Name(s)(draft-...) : {% for doc in ipr.drafts.all %}{{ doc.document.displayname }} ({{ doc.document.title }}) {% if not forloop.last %}, {% endif %}{% endfor %}
3131Designations for Other Contributions : {{ ipr.other_designations }}
3232
3333Section V. Disclosure of Patent Information (i.e., patents or patent applications
You can’t perform that action at this time.
0 commit comments