12 lines
406 B
Plaintext
12 lines
406 B
Plaintext
{% autoescape off %}{% filter wordwrap:73 %}
|
|
The {{ doc.group.acronym|upper }} {{ doc.group.type_id|upper }} has placed {{ doc }} in state
|
|
{{ new_state|default:'"None"'}} (entered by {{by}})
|
|
|
|
{% if prev_state %}The document was previously in state {{prev_state.name}}
|
|
|
|
{% endif %}The document is available at {{ url }}
|
|
{% if comment %}
|
|
|
|
Comment:
|
|
{{ comment }}{% endif %}{% endfilter %}{% endautoescape %}
|