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
22 lines
656 B
Plaintext
22 lines
656 B
Plaintext
{% autoescape off %}To: {{ to_email }}
|
|
From: IETF Secretariat <ietf-ipr@ietf.org>
|
|
Subject: Posting of IPR {% if ipr.updates %}Updated {% endif %}Disclosure
|
|
Cc: {{ cc_email }}
|
|
|
|
Dear {{ to_name }}:
|
|
|
|
Your IPR disclosure entitled {{ ipr.title }}
|
|
has been posted on the "IETF Page of Intellectual Property Rights Disclosures"
|
|
(https://datatracker.ietf.org/ipr/).{% if ipr.updates %}
|
|
Your IPR disclosure updates:
|
|
|
|
{% for rel in ipr.updates %}
|
|
IPR disclosure ID #{{ rel.target.pk }}, "{{ rel.target.title }}", which was posted on {{ rel.target.get_latest_event_posted.time|date:"Y-m-d" }}
|
|
{% endfor %}
|
|
{% endif %}
|
|
|
|
Thank you
|
|
|
|
IETF Secretariat
|
|
{% endautoescape %}
|