{% if caseNumber %}
Case No. {{ caseNumber }}
{% endif %} {% if subject %}

{{ subject }}

{% endif %}
{% if status == "cold" %}Cold{% elif status == "closed" %}Closed{% elif status == "active" %}Active{% else %}Open{% endif %}
{% if summary %}

{{ summary }}

{% endif %} {% if fields %}
{% for row in fields %}
{{ row.label }}
{{ row.value }}
{% endfor %}
{% endif %}