{% if subject %}
{{ subject|safe }}
{% else %} No Subject {% endif %}

Fancy Testing

{% if photoURL %} {% endif %} {% if spamHTML %}
{% if cc_FullAddress_ShowLink %} {% endif %} {% if bcc_FullAddress %} {% endif %}
From: {{ from_FullAddress|safe }} {% if resentFrom %}   Resent-From: {{ resentFrom|safe }} {% endif %} {% if vCardName %}   [vCard] {% endif %} {% if organization %}   ("{{ organization|safe }}") {% endif %}
To: {{ to_FullAddress_ShowLink|safe }}
CC: {{ cc_FullAddress_ShowLink|safe }}
BCC: {{ bcc_FullAddress|safe }}
Date: {{ date_long|safe }}
Spam Status  {{ spamHTML|safe }}
{% endif %}