datatracker/ietf/templates/ipr/posted_submitter_email.txt
Lars Eggert c09fd9dad2
chore: Use URL resolver in more places (#4104)
* chore: Use URL resolver more

* Use settings.IDTRACKER_BASE_URL

* More fixes

* Use URL resolver for things under /accounts

* Use URL resolver for things under /stream

* Use URL resolver for things under /iesg

* Use URL resolver for things under /meeting

* Fix bugs

* Use URL resolver for things under /help

* Use URL resolver for things under /ipr

* More changes

* Revert vnu.jar

* Fix typos

* Address review comments by @rjsparks

Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2022-06-22 14:10:16 -05:00

22 lines
691 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"
({{ settings.IDTRACKER_BASE_URL }}{% url "ietf.ipr.views.showlist" %}).{% 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 %}