datatracker/ietf/templates/community/notification_email.txt
2017-12-19 16:04:32 +00:00

18 lines
389 B
Plaintext

{% autoescape off %}{% load ietf_filters %}
Hello,
This is a notification from the {{ clist.long_name }}.
Document: {{ event.doc }},
https://datatracker.ietf.org/doc/{{ event.doc_id }}/
Change by {{ event.by }} on {{ event.time }}:
{{ event.desc|textify|striptags }}
Best regards,
The Datatracker draft tracking service
(for the IETF Secretariat)
{% endautoescape %}