Warning! This Customer Has Alerts

{% set noBuy = 'false' %} {% if item.alertsArray is not empty %} {% for alert in item.alertsArray %}
{% if alert.type == '1' %} {% set noBuy = 'true' %}

NO BUY

{{ alert.comment }}

{% elseif alert.type == '0' %}

{{ alert.comment }}

{% endif %}
{% endfor %} {% endif %} {% if item.recentBuys is not empty and noBuy == 'false' %}

{{ item.firstName }} sold to the following stores recently:

{% for buy in item.recentBuys %} {% endfor %}
Store Date
{{ buy.originStoreType }} - {{ buy.originCity}} {{ buy.timeReadable }}
{% endif %}
{% if noBuy == 'false' %} {% else %} {% endif %}