{% set page_group = "users" %} {% include 'components/head.html' %} {% if buy.hadSorter == 1 %} {% else %} {% endif %}
{% include 'components/nav-account.html' %}
{% include 'components/alerts.html' %}

{{box_title}} - {{ buy.date }}


Buy Details

{% if buy.twilioSent == 1 %} {% else %} {% endif %} {% if buy.hadSorter == 1 %} {% endif %}
Date: {{ buy.date }}
Time: {{ buy.droppedOff }}
Completed {{ buy.completed }}
Text Sent:
Total Time {{ buy.timeToComplete}}
Customer: {{ buy.customer.firstName }} {{ buy.customer.lastName }}
{% if buy.inStore == 1 %} {% endif %} {% if buy.inNewCustomer == 1 %} {% else %} {% endif %} {% if buy.textMe == 1 %} {% endif %}

Buyer Details

Buyer: {{buy.buyer.firstName}} {{buy.buyer.lastName}}
Process Delay Processing Time PT/C Processed Bins
{{ buy.processDelay }} {{ buy.processTime }} {{ buy.PTC }} {{ buy.buyContainers }}

Sorter Details

Sorter: {{buy.sorter.firstName}} {{buy.sorter.lastName}}
Sort Delay Sort Time ST/C Sorted Bins
{{ buy.sortDelay }} {{ buy.sortTime }} {{ buy.STC }} {{ buy.sortContainers }}

{% include 'components/footer.html' %}