{# Check-In Modal Confirms customer check-in for remote buys. Variables: - item: Queue item with firstName, lastName, buyID - store: Store info object - typeNum: Store type number #} {% extends 'queue/modals/_base.html' %} {% block modal_title %} Check In - {{ item.firstName }} {{ item.lastName }} {% endblock %} {% block modal_body %}
{{ item.firstName }} {{ item.lastName }} has arrived and is ready to be processed.
{{ item.numContainers }}
{{ item.phone|default('N/A') }}