{% if status == NEW %}
{{ text }}
{% elif status == OPEN %}
{{ text }}
{% elif status == FEEDBACK %}
Feedback
{% elif status == RESOLVED %}
{% elif status == RESOLVED_WITH_ACTION %}
See plan of action
{% else %}
{{ text }}
{% endif %}
{% if comment %}
{{comment}}
{% endif %}