{% if data is not null %}
<strong>{{ data.customer.fullName }}</strong>
<p>{{ data.customer.email }}</p>
{% endif %}