12 lines
311 B
Plaintext
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 %}
|