{% if htmlBody is not empty %} {% else %}

{{ "No HTML content"|t('sprout-email') }}

{% endif %}
{% if body is not empty %}
{{ body }}
{% else %}

{{ "No Text content"|t('sprout-email') }}

{% endif %}