Add submitted and posted dates to several ipr notification email messages. Fixes #2807. - Legacy-Id: 16899 Note: SVN reference [16853] has been migrated to Git commit f39d1568f0c4a8f4b1ebd3dee887fff6b3d8049b
17 lines
486 B
Plaintext
17 lines
486 B
Plaintext
{% autoescape off %}To: {{ to_email }}
|
|
From: IETF Secretariat <ietf-ipr@ietf.org>
|
|
Subject: Posting of IPR Disclosure
|
|
Cc:
|
|
|
|
Dear {{ to_name }}:
|
|
|
|
A generic IPR disclosure was submitted to the IETF Secretariat on {{ ipr.get_latest_event_submitted.time|date:"Y-m-d" }}
|
|
and has been posted on the "IETF Page of Intellectual Property Rights Disclosures"
|
|
(https://datatracker.ietf.org/ipr/). The title of the IPR disclosure is
|
|
{{ ipr.title }}.
|
|
|
|
Thank you
|
|
|
|
IETF Secretariat
|
|
{% endautoescape %}
|