10 lines
177 B
Plaintext
10 lines
177 B
Plaintext
{% autoescape off %}{{ doc.name }} is no longer in the {{ prev_state.name }} state.
|
|
|
|
{% if comment %}Explanation:
|
|
|
|
{{ comment }}
|
|
{% endif %}
|
|
|
|
URL: {{ url }}
|
|
{% endautoescape %}
|