{# Buyer/Employee Grid Component Displays a responsive grid of buyer buttons for queue actions. Used by start-buy, process-buy, start-sort, and end-sort modals. Variables: - buyers: Array of buyer objects with employeeID, employeeFirstName, employeeLastName (default display) - allBuyers: Array of all active employees (for toggle) - clockedInBuyers: Array of clocked-in employees only - wiwEnabled: Boolean indicating if WhenIWork is enabled - item: Queue item object with buyID - action: The action to perform (e.g., 'startBuy', 'processBuy') #} {# Set defaults for optional variables #} {% set wiwEnabled = wiwEnabled|default(false) %} {% set wiwTokenExpired = wiwTokenExpired|default(false) %} {% set allBuyers = allBuyers|default([]) %} {% set clockedInBuyers = clockedInBuyers|default([]) %} {% if wiwTokenExpired %}