{% load ietf_filters %}{% autoescape off %}{% filter wordwrap:78 %}
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 %}
