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
16 lines
613 B
Plaintext
16 lines
613 B
Plaintext
{% autoescape off %}{% load ietf_filters %}To: {{ to_email }}
|
|
From: IETF Secretariat <ietf-ipr@ietf.org>
|
|
Subject: IPR Disclosure {{ ipr.title }}
|
|
Cc: {{ cc_email }}
|
|
|
|
Dear {{ to_name }}:
|
|
|
|
{% filter wordwrap:78 %}
|
|
An IPR disclosure that pertains to your {{ doc_info }} 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/{{ ipr.pk }}/). The title of the IPR disclosure is "{{ ipr.title }}"
|
|
{% endfilter %}
|
|
|
|
Thank you
|
|
|
|
IETF Secretariat
|
|
{% endautoescape %}
|