datatracker/ietf/templates/ietfworkflows/state_updated_mail.txt

12 lines
311 B
Plaintext

{% autoescape off %}
The state of document {{ doc }} has been updated. See more information below.
Previous state: {{ entry.from_state }}
Current state: {{ entry.to_state }}
Transition date: {{ entry.transition_date }}
Author of the change: {{ entry.person }}
Comment:
{{ entry.comment }}
{% endautoescape %}