Comandas

{#each orders as order}
{order.name} {order.phone}
{getElapsedTime(order.createdAt)}
{#if flag == 'cashier' || flag == 'admin'} {/if} {#if flag == 'admin'} {/if}
{/each}
{#if isCreatingOrder}

New Order

Nome

Numero (optional)

{/if} {#if showConfirmCancel}

Confirmar Exclusão

Deseja realmente cancelar a comanda {orderToCancel}?

{/if}