Warning! This Buy Has Alerts

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

NO BUY

{% endif %}
{% endfor %} {% endif %}
{% if item.recentBuys|length > 0 %}

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

{% for buy in item.recentBuys %} {% endfor %}
Store Date
{{ buy.originStoreType }} - {{ buy.originCity}} {{ buy.timeReadable }}
{% endif %}