| Nº Pedido | Cliente | Data Pedido | Previsão Entrega | Início | Fim | Status |
|---|---|---|---|---|---|---|
| {{ agendamento.NUMPED }} | {{ agendamento.CLIENTE | default('Não encontrado') }} | {{ agendamento.DATA.strftime('%d/%m/%Y') if agendamento.DATA else '---' }} | {{ agendamento.PREVENTREGA.strftime('%d/%m/%Y') if agendamento.PREVENTREGA else '---' }} | {{ agendamento.HORAINI | default('---') }} | {{ agendamento.HORAFIM | default('---') }} | Confirmado |
| Nenhum agendamento encontrado com os filtros aplicados. | ||||||